We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01e949 commit 9bc0d5eCopy full SHA for 9bc0d5e
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"build": "NODE_OPTIONS=--openssl-legacy-provider node -r dotenv/config node_modules/.bin/webpack --config webpack/build.config.js",
11
- "build:prod": "NODE_OPTIONS=--openssl-legacy-provider node -r dotenv/config node_modules/.bin/webpack --env DATA_URL=https://api.tibroish.bg --config webpack/build.config.js",
+ "build:prod": "NODE_OPTIONS=--openssl-legacy-provider node -r dotenv/config node_modules/.bin/webpack --env DATA_URL=https://api.tibroish.bg --env PUBLIC_URL=/results/2024-10-27 --env NODE_ENV=production --config webpack/build.config.js",
12
"serve": "NODE_OPTIONS=--openssl-legacy-provider node -r dotenv/config node_modules/.bin/webpack serve --env DATA_URL=https://d1tapi.tibroish.bg --config webpack/serve.config.js",
13
"serve:prod": "NODE_OPTIONS=--openssl-legacy-provider node -r dotenv/config node_modules/.bin/webpack serve --env DATA_URL=https://api.tibroish.bg --config webpack/serve.config.js",
14
"serve:local": "NODE_OPTIONS=--openssl-legacy-provider DATA_URL=http://localhost:4000 node -r dotenv/config node_modules/.bin/webpack serve --config webpack/serve.config.js",
0 commit comments