remove functions page

This commit is contained in:
shamsmosowi
2023-06-11 14:25:49 +02:00
parent ed047f7925
commit b260b5c126
14 changed files with 1 additions and 757 deletions

View File

@@ -84,7 +84,7 @@
"startWithEmulators": "VITE_APP_FIREBASE_EMULATORS=true vite --port 7699",
"emulators": "firebase emulators:start --only firestore,auth --import ./emulators/ --export-on-exit",
"test": "vitest",
"build": "tsc && vite build",
"build": "tsc && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"preview": "vite preview --port 7699",
"analyze": "source-map-explorer ./build/static/js/*.js",
"prepare": "husky install",