We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753bd6b commit fa0a174Copy full SHA for fa0a174
1 file changed
packages/dapp/package.json
@@ -8,7 +8,7 @@
8
"build": "rimraf .next && next build",
9
"postbuild": "next-sitemap --config=next-sitemap.config.js",
10
"build:docker": "pnpm build",
11
- "dev": "infisical run --env=dev --path=/packages/dapp -- next dev",
+ "dev": "USE_LOCAL=true pnpm next dev",
12
"dev:local": "USE_LOCAL=true pnpm next dev",
13
"docker:build": "docker build . -t blockchain-lab-um/dapp:latest",
14
"lint": "biome check .",
0 commit comments