There was an error while loading. Please reload this page.
2 parents 1778d4a + 5bf9dfa commit 199b59fCopy full SHA for 199b59f
package.json
@@ -18,7 +18,7 @@
18
"scripts": {
19
"build": "yarn clean && webpack --config webpack.config.js",
20
"transpile": "babel src --out-dir dist",
21
- "start": "node --experimental-fetch --title aegis src/bootstrap.js",
+ "start": "node --title aegis src/bootstrap.js",
22
"demo": "open http://localhost",
23
"reload": "curl -s http://localhost/reload",
24
"stop": "PID=$(lsof -P -i | grep aegis | grep LISTEN | awk '{print $2}'); kill $PID",
0 commit comments