aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b026c22..8a66943 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "fedidag-client",
"version": "0.0.1",
"scripts": {
- "start": "CORS_PREFIX=http://localhost:8088 webpack serve -w --host 0.0.0.0",
+ "start": "API_PREFIX=http://localhost:3000 webpack serve -w --host 0.0.0.0",
"cors": "node cors.js",
"build": "webpack --config ./webpack.config.js --mode production --progress"
},