aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-01-13 16:25:07 +0000
committers-ol <s+removethis@s-ol.nu>2022-01-13 17:26:21 +0000
commite065914a6fea70c25e117d8aaca466b59bcad5c6 (patch)
tree9c003c80318427f4486691b84576233ad7742816 /package.json
parentuse @container:@id in defualt graph (diff)
downloadfedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.tar.gz
fedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.zip
Menu, DiscDAG loading
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"
},