AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage

Remove NODE_OPTIONS from dev-1pw command

Timothy ab6ce802 593d050c

+1 -1
+1 -1
packages/frontpage/package.json
··· 4 4 "private": true, 5 5 "scripts": { 6 6 "dev": "NODE_OPTIONS=--use-openssl-ca next dev --hostname=0.0.0.0 --turbopack", 7 - "dev-1pw": "NODE_OPTIONS=--use-openssl-ca op run --env-file=\"./.env.1pw\" -- next dev --turbopack", 7 + "dev-1pw": "op run --env-file=\"./.env.1pw\" -- next dev --turbopack", 8 8 "build-1pw": "NODE_OPTIONS=--use-openssl-ca op run --env-file=\"./.env.1pw\" -- next build", 9 9 "build": "NODE_OPTIONS=--use-openssl-ca next build --turbopack", 10 10 "start": "NODE_OPTIONS=--use-openssl-ca next start",