mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
remove functions page
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user