flux init

This commit is contained in:
Zoe
2024-12-09 05:58:50 -06:00
parent 85718a135b
commit 1dbb689860
6 changed files with 17 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
"url": "https://github.com/juls0730/passport.git"
},
"scripts": {
"dev": "go generate; go run main.go",
"dev": "go generate; PASSPORT_DEV_MODE=true go run main.go",
"build": "go generate && go build -tags netgo,prod -o passport"
},
"pattern": "**/*.go,views/**/*.hbs,styles/**/*.css,assets/**/*.{svg,png,jpg,jpeg,webp,woff2,ttf,otf,eot,ico,gif,webp}"