.fluxignore

This commit is contained in:
Zoe
2024-12-09 03:20:14 -06:00
parent ee8e3a253f
commit 54fbb02ad8
2 changed files with 77 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "Go Project",
"name": "Flux",
"version": "0.0.1",
"description": "Example description",
"author": "you",
"license": "BSL-1.0",
"description": "Flux is a lightweight self-hosted pseudo-paas for golang web apps.",
"author": "juls0730",
"license": "MIT",
"scripts": {
"build:daemon": "go build -o fluxd cmd/daemon/main.go",
"build:cli": "go build -o flux cmd/cli/main.go",