From a5c5bb33515910754c0afe0e714bfb8f933dc102 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 2 Sep 2023 21:51:20 +0200 Subject: [PATCH] Add vercel.json --- vercel.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..d4e9310 --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "framework": null, + "installCommand": "pnpm install", + "buildCommand": "pnpm run build", + "outputDirectory": "public", + "devCommand": "pnpm run dev" +}