bundle frontend too

This commit is contained in:
WaveringAna 2025-01-27 16:24:31 -05:00
parent 850d977e8e
commit 660da70666
6 changed files with 162 additions and 9 deletions

3
.env.example Normal file
View file

@ -0,0 +1,3 @@
DATABASE_URL=postgresql://user:password@localhost/dbname
SERVER_HOST=127.0.0.1
SERVER_PORT=8080