diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e18bd80..4748409 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ }, "scripts": { "start": "react-scripts start", + "dev": "alacritty -e react-scripts start & cd server;go run main.go", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" |