push service

This commit is contained in:
toni
2026-03-13 21:54:43 +01:00
parent 71ca4d81e1
commit 29c6828dd1
23 changed files with 526 additions and 137 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ $env:TKD_DB_HOST="localhost"
$env:TKD_DB_USER="webapi"
$env:TKD_DB_PASSWORD="devpassword"
$env:TKD_COOKIE_SECRET="devsecret"
pnpx tsx --watch --tsconfig .\tsconfig.json --clear-screen=false .\src\index.ts
pnpx tsx --watch --tsconfig .\tsconfig.json .\src\index.ts