We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95f08c commit 3b7c76eCopy full SHA for 3b7c76e
1 file changed
package.json
@@ -13,8 +13,8 @@
13
"start": "webpack serve --config ./config/webpack.dev.js --open",
14
"watch": "webpack --config ./config/webpack.prod.js --watch",
15
"build": "webpack --config ./config/webpack.prod.js",
16
- "build:cf": "npm run build -- --env charts-source=\"https://cf.charts.phicm.focalors.ltd\"",
17
- "build:vercel": "npm run build -- --env charts-source=\"https://vercel.charts.phicm.focalors.ltd\""
+ "build:cf": "npm run build -- --env charts-source=\"https://charts.phicm.focalors.ltd\"",
+ "build:vercel": "npm run build -- --env charts-source=\"https://charts.phicm.focalors.ltd\""
18
},
19
"bugs": {
20
"url": "https://github.com/MoeFurina/PhiCommunity/issues"
0 commit comments