Add in wwwroot files

This commit is contained in:
Lani Aung
2021-10-17 21:51:15 -06:00
parent 36e5726eaf
commit 14fc08d313
8 changed files with 100 additions and 5 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"test": "exit 0",
"build": "webpack build --mode development",
"release": "webpack build --mode production"
"build": "webpack --mode=development",
"release": "webpack --mode=production"
},
"author": "Lani",
"license": "UNLICENSED",