diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..2b3b39c --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "outputDirectory": ".", + "installCommand": "npm i --omit=dev", + "buildCommand": "npx ts-node scripts/build.ts" +}