Skip to content

Commit fa0a174

Browse files
committed
fix: removed infisical in dapp
1 parent 753bd6b commit fa0a174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rimraf .next && next build",
99
"postbuild": "next-sitemap --config=next-sitemap.config.js",
1010
"build:docker": "pnpm build",
11-
"dev": "infisical run --env=dev --path=/packages/dapp -- next dev",
11+
"dev": "USE_LOCAL=true pnpm next dev",
1212
"dev:local": "USE_LOCAL=true pnpm next dev",
1313
"docker:build": "docker build . -t blockchain-lab-um/dapp:latest",
1414
"lint": "biome check .",

0 commit comments

Comments
 (0)