This commit is contained in:
realaravinth
2021-04-05 16:38:32 +05:30
parent a78b1eb25d
commit 2ce8a46a3f
49 changed files with 1203 additions and 1036 deletions

View File

@@ -7,7 +7,9 @@
"author": "Aravinth Manivannan <realaravinth@batsense.net>",
"license": "AGPLv3 or above",
"scripts": {
"start": "cargo run && webpack-dev-server --config webpack.dev.js --open",
"start": "find . | entr yarn build-dev",
"build-dev": "cargo run && webpack --config webpack.dev.js",
"build-fast-dev": "cargo run && webpack-dev-server --config webpack.dev.js",
"build": "cargo run && webpack --config webpack.prod.js"
},
"private": true,