add zqdgr

This commit is contained in:
Zoe
2024-11-16 04:30:29 -06:00
parent a458d9ae8c
commit dc6c6d85bf
6 changed files with 56 additions and 2 deletions

17
zqdgr.config.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "passport",
"version": "0.0.1",
"description": "Passport is a simple, lightweight, and fast dashboard/new tab page for your browser.",
"author": "juls0730",
"license": "BSL-1.0",
"homepage": "https://github.com/juls0730/passport",
"repository": {
"type": "git",
"url": "https://github.com/juls0730/passport.git"
},
"scripts": {
"dev": "go generate; 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}"
}