From ec6dc1ebecdbb86c238a48f452d8f806b33dedcd Mon Sep 17 00:00:00 2001 From: Carter Date: Tue, 22 Oct 2024 09:36:26 -0600 Subject: [PATCH] config syntax cleaner, changed app message for now --- src/app/App.tsx | 4 ++-- vite.config.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 89e2902..7f58c3d 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -22,11 +22,11 @@ function App() { count is {count}

- Edit src/App.tsx and save to test HMR + The new Adaptive App

- Click on the Vite and React logos to learn more + Coming soon

) diff --git a/vite.config.ts b/vite.config.ts index 41308f5..7f5a33a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,6 +6,5 @@ export default defineConfig({ plugins: [react()], build: { outDir: './build', - // emptyOutDir: true, // also necessary } })