diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-01-13 16:25:07 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-01-13 17:26:21 +0000 |
| commit | e065914a6fea70c25e117d8aaca466b59bcad5c6 (patch) | |
| tree | 9c003c80318427f4486691b84576233ad7742816 /package.json | |
| parent | use @container:@id in defualt graph (diff) | |
| download | fedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.tar.gz fedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.zip | |
Menu, DiscDAG loading
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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" }, |
