File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "build" : " rimraf .next && next build" ,
99 "postbuild" : " next-sitemap --config=next-sitemap.config.js" ,
1010 "build:docker" : " pnpm build" ,
11- "build:local" : " infisical run --env=dev --path=/packages/dapp -- rimraf .next && next build" ,
1211 "dev" : " infisical run --env=dev --path=/packages/dapp -- next dev" ,
13- "dev:local" : " infisical run --env=dev --path=/packages/dapp -- cross-env USE_LOCAL=' true' next dev" ,
12+ "dev:local" : " USE_LOCAL=true pnpm next dev" ,
1413 "docker:build" : " docker build . -t blockchain-lab-um/dapp:latest" ,
1514 "lint" : " biome check ." ,
1615 "lint:fix" : " biome check --apply ." ,
1716 "start" : " next start" ,
1817 "supabase:generate" : " supabase gen types typescript --project-id nqgexdszsnrliuzuobul --schema public > src/utils/supabase/database.types.ts" ,
19- "start:local" : " infisical run --env=dev --path=/packages/dapp -- next start"
18+ "start:local" : " next start"
2019 },
2120 "dependencies" : {
2221 "@blockchain-lab-um/did-provider-key" : " 1.1.0" ,
You can’t perform that action at this time.
0 commit comments