add ngx build script
this should be a deno thing later but im lazey
This commit is contained in:
parent
ca33e7d3c0
commit
86b498278f
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
# plinth slashfiles
|
# plinth slashfiles
|
||||||
|
|
||||||
- repo root: `/srv`
|
- repo root: `/srv`
|
||||||
- symlink `flake` to `/etc/nixos`
|
|
||||||
|
|
||||||
|
|
5
ngx/build.sh
Executable file
5
ngx/build.sh
Executable 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
|
Loading…
Reference in a new issue