chore: added nixpacks.toml

This commit is contained in:
John Yeo
2025-11-06 18:02:17 +00:00
parent 2153dbfbef
commit 6ce72bf501

9
nixpacks.toml Normal file
View File

@@ -0,0 +1,9 @@
[phases.install]
onlyIncludeFiles = [
"package.json",
"bun.lock",
"./server/package.json",
"./shared/package.json",
"./vite/package.json",
]