From 770a7f9cbc2265e1c6f4b567c4ee7e1a39c3d97c Mon Sep 17 00:00:00 2001 From: siddhantCodes Date: Wed, 29 Nov 2023 18:58:59 +0530 Subject: [PATCH] add vercel.json --- vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vercel.json 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)\"" +}