File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
templates/with-cloudflare-d1 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8
8
"build" : " cross-env NODE_OPTIONS=\" --no-deprecation --max-old-space-size=8000\" next build" ,
9
9
"deploy" : " pnpm run deploy:database && pnpm run deploy:app" ,
10
10
"deploy:app" : " opennextjs-cloudflare build --env=$CLOUDFLARE_ENV && opennextjs-cloudflare deploy --env=$CLOUDFLARE_ENV" ,
11
- "deploy:database" : " NODE_ENV=production PAYLOAD_SECRET=ignore payload migrate && wrangler d1 execute D1 --command 'PRAGMA optimize' --env=$CLOUDFLARE_ENV --remote" ,
11
+ "deploy:database" : " cross-env NODE_ENV=production PAYLOAD_SECRET=ignore payload migrate && wrangler d1 execute D1 --command 'PRAGMA optimize' --env=$CLOUDFLARE_ENV --remote" ,
12
12
"dev" : " cross-env NODE_OPTIONS=--no-deprecation next dev" ,
13
13
"devsafe" : " rm -rf .next && rm -rf .open-next && cross-env NODE_OPTIONS=--no-deprecation next dev" ,
14
14
"generate:importmap" : " cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap" ,
You can’t perform that action at this time.
0 commit comments