1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 07:31:46 +01:00

Fixes gin commands

This commit is contained in:
Amir Raminfar
2018-11-27 09:43:28 -08:00
parent e114f877c1
commit 537f7c0a01

View File

@@ -4,11 +4,12 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "DOCKER_API_VERSION=1.38 concurrently 'go run main.go' 'npm run watch-assets'",
"prestart": "npm run clean",
"start": "DOCKER_API_VERSION=1.38 concurrently 'gin -a 8080 -i run main.go' 'npm run watch-assets'",
"watch-assets": "parcel watch --public-url '__BASE__' assets/index.html -d static",
"prebuild": "npm run clean",
"build": "parcel build --no-source-maps --public-url '__BASE__' assets/index.html -d static",
"clean": "rm -rf static",
"clean": "rm -rf static/ a_main-packr.go",
"release": "goreleaser --rm-dist"
},
"repository": {