Add serve command (npm run serve)

This commit is contained in:
elijahr2411 2023-01-29 17:20:46 -05:00
parent 4c2c4111b7
commit 517ae3c2e8

View file

@ -4,12 +4,14 @@
"description": "kill me", "description": "kill me",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "webpack --config webpack.config.js" "build": "webpack --config webpack.config.js",
"serve": "serve dist/"
}, },
"author": "Elijah R", "author": "Elijah R",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"nanoevents": "^7.0.1", "nanoevents": "^7.0.1",
"serve": "^14.2.0",
"webpack": "^5.75.0", "webpack": "^5.75.0",
"webpack-cli": "^5.0.1" "webpack-cli": "^5.0.1"
} }