diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..209e3ef --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20 diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..51eafcc --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.install] +cmds = ["npm install"]