big bug fixes

This commit is contained in:
Zoe
2024-10-02 02:57:49 -05:00
parent e64b9fba7f
commit 1a6aa40da1
21 changed files with 171 additions and 239 deletions

View File

@@ -11,7 +11,7 @@ To run filething, run
```BASH
bun --cwd=./ui install
bun --bun --cwd=./ui run generate
RENDERING_MODE=static bun --bun --cwd=./ui run generate
go build -tags netgo -ldflags=-s
DB_HOST=localhost:5432 DB_NAME=filething DB_USER=postgres STORAGE_PATH=data ./filething
```