Script to run dev server

merge-requests/1/head
Alex Gleason 5 years ago
parent d0cce666c2
commit a3fbd4bb6d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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",

Loading…
Cancel
Save