Files
2025-12-10 22:11:30 +01:00

7 lines
233 B
PowerShell

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