init
This commit is contained in:
10
firebase.json
Normal file
10
firebase.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"hosting": {
|
||||
"site": "freechess",
|
||||
"public": "out",
|
||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||||
"cleanUrls": true,
|
||||
"trailingSlash": false,
|
||||
"predeploy": ["npm run lint", "npm run build"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user