Fixedstupidwindowsdumbunsupportedscriptthhing

This commit is contained in:
BuildTools 2022-03-10 23:35:05 -05:00
parent 7c6f3893b1
commit 65951f19f4
2 changed files with 1002 additions and 2 deletions

1000
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,9 @@
"name": "weatherscan", "name": "weatherscan",
"description": "weatherscan emulator", "description": "weatherscan emulator",
"scripts": { "scripts": {
"start": "node ./webroot/js/cors.js & http-server ./webroot" "cors": "node ./webroot/js/cors.js",
"http-server": "http-server ./webroot",
"start": "npm-run-all --parallel cors http-server"
}, },
"repository": { "repository": {
"type": "git", "type": "git",