Restructured toolchain to its own workspace

This commit is contained in:
2024-01-28 20:34:07 +01:00
parent d333ed98af
commit 502946376f
23 changed files with 312 additions and 196 deletions

View File

@@ -1,6 +1,6 @@
{
"hosting": {
"public": ".dist",
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}