From 75c11c4bc05703f8bb612b4110f9671bf7cbba39 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sat, 14 Sep 2024 21:42:24 +0200 Subject: [PATCH] Disable dev for deployment to prod. --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index a663e30..011e758 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,4 +1,4 @@ -const dev: boolean = true +const dev: boolean = false export default { name: 'New Quest',