add ngx build script

this should be a deno thing later but im lazey
main
Charlotte Som 2024-11-20 17:20:04 +00:00
parent ca33e7d3c0
commit 86b498278f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,4 @@
# plinth slashfiles
- repo root: `/srv`
- symlink `flake` to `/etc/nixos`

5
ngx/build.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
mkdir out 2>/dev/null || true
deno run ./default.ts > out/default.conf
deno run ./pds.ts > out/pds.conf