mirror of
https://github.com/Mail-0/Zero.git
synced 2026-06-28 14:56:48 +00:00
chore: fix cf-install command
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"packageManager": "bun@1.2.5",
|
||||
"scripts": {
|
||||
"prepare": "husky",
|
||||
"cf-install": "cd apps/server && (cp ../../.env .dev.vars)||true && wrangler types",
|
||||
"cf-install": "cd apps/server && (cp ../../.env .dev.vars)||true && bun run types",
|
||||
"dev": "dotenv -- turbo run dev",
|
||||
"build": "dotenv -- turbo run build",
|
||||
"start": "dotenv -- turbo run start",
|
||||
|
||||
Reference in New Issue
Block a user