From add698a4ae87174f19bb48973419d0d4c50af8ec Mon Sep 17 00:00:00 2001 From: Sarah Lessner Date: Tue, 24 Sep 2024 14:49:23 -0600 Subject: [PATCH] update config --- apps/typeform/frontend/vite.config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/typeform/frontend/vite.config.ts b/apps/typeform/frontend/vite.config.ts index 7abdc452cdf..ba26be9f22a 100644 --- a/apps/typeform/frontend/vite.config.ts +++ b/apps/typeform/frontend/vite.config.ts @@ -6,11 +6,6 @@ export default defineConfig(() => ({ server: { port: 3000, }, - // build: { - // // the parent project that combines both the frontend and the backend needs to be able to override - // // the default location to its own build path - // outDir: process.env.BUILD_PATH || './build', - // }, plugins: [react()], test: {