finalize migration (yay)

This commit is contained in:
tw-blue
2025-12-10 22:11:30 +01:00
parent cd6cfec7f3
commit c7d53c88bc
40 changed files with 966 additions and 499 deletions
+6
View File
@@ -0,0 +1,6 @@
Set-Location -Path $PSScriptRoot/../packages/api
$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 .\src\index.ts