Script to run dev server

This commit is contained in:
Alex Gleason 2020-03-28 00:57:05 -05:00
parent d0cce666c2
commit a3fbd4bb6d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -2,6 +2,7 @@
"name": "soapbox-fe",
"version": "0.0.0",
"scripts": {
"dev": "npx webpack-dev-server --config webpack/development.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "AGPL-3.0-or-later",