diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..46e65c5 --- /dev/null +++ b/vercel.json @@ -0,0 +1,6 @@ +{ + "framework": null, + "buildCommand": "fastn build --base=/", + "outputDirectory": ".build", + "installCommand": "sh -c \"$(curl -fsSL https://fastn.com/install.sh)\"" +}