Initial commit

This commit is contained in:
Jennie Robinson Faber 2025-11-11 19:12:21 +00:00
commit 92e96b9107
85 changed files with 24969 additions and 0 deletions

8
nixpacks.toml Normal file
View file

@ -0,0 +1,8 @@
[phases.install]
commands = ["npm install --ignore-scripts", "npm rebuild"]
[phases.build]
commands = ["npm run postinstall", "npm run build"]
[variables]
OXCPARSER_SKIP_NATIVE_BINDING="1"