From cb103184961437c785f0fe3c872debe573a024a4 Mon Sep 17 00:00:00 2001 From: Abhimanyu Rana Date: Wed, 10 May 2023 19:54:09 +0530 Subject: [PATCH] add toml --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..86e0391 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + command = "npm run build" + publish = "dist" \ No newline at end of file