feat: use veo3

This commit is contained in:
xavidop
2025-08-01 10:19:50 +02:00
parent 3965209752
commit 7c83fd1d06
2 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"emulators": "firebase emulators:start",
"emulators:ui": "firebase emulators:start --only hosting,firestore,auth",
"emulators": "firebase emulators:start --project demo-app",
"emulators:ui": "firebase emulators:start --only pubsub,functions,firestore,auth,storage --project demo-app",
"dev:full": "concurrently \"npm run emulators\" \"npm run dev\""
},
"dependencies": {