Files
Taekwondo-Admin/scripts/api-ts.ps1
T
2026-03-09 20:40:53 +01:00

7 lines
254 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 --clear-screen=false .\src\index.ts