Files
chesskit/firebase.json
GuillaumeSD 8e3d9220ce init
2024-02-14 04:40:43 +01:00

11 lines
235 B
JSON

{
"hosting": {
"site": "freechess",
"public": "out",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"cleanUrls": true,
"trailingSlash": false,
"predeploy": ["npm run lint", "npm run build"]
}
}