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 } })