diff --git a/nixpacks.toml b/nixpacks.toml index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..35ac6a2fb4887c020249c69ec7d2e6567f2e4ae7 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -0,0 +1,5 @@ +[phases.setup] +nixPkgs = ['...', 'zip'] + +[phases.build] +cmds = ["npm i", "npm run build"]