diff --git a/apps/typeform/frontend/vite.config.ts b/apps/typeform/frontend/vite.config.ts index 7abdc452cd..ba26be9f22 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: {