我已经通过引用以下文档将Firebase托管项目安装到我的机器中:
https://firebase.google.com/docs/hosting/
现在,我想更改项目目录的位置。我应该为此做什么?
到目前为止,我已尝试重新登录并重新初始化项目,但它没有提供再次指定目录的选项。
答案 0 :(得分:7)
转到位于项目根目录中名为firebase.json的文件,并将托管中名为public的字段更改为您想要的目录。
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "public", <------ This points to directory
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
答案 1 :(得分:0)
尝试以下步骤
1-在您的计算机上的某个位置创建一个新目录/文件夹 2-打开命令行终端,例如,从创建的目录中打开git / cmd 做以下事情 a)对于git:右键单击目录并选择git b)对于windows cmd:在创建的目录上向右移动+并选择cmd 3-键入命令firebase init
答案 2 :(得分:0)
在npm命令中,转到该文件夹所在的目录,然后键入firebase init 最简单的方法是打开Node.js并输入cd&#34; your_directory&#34;没有q