This commit is contained in:
GuillaumeSD
2024-02-14 04:40:43 +01:00
parent bf40e2a046
commit 8e3d9220ce
64 changed files with 5731 additions and 0 deletions

10
firebase.json Normal file
View 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"]
}
}