config syntax cleaner, changed app message for now

This commit is contained in:
Carter 2024-10-22 09:36:26 -06:00
parent fd0b2b9320
commit ec6dc1ebec
2 changed files with 2 additions and 3 deletions

View file

@ -22,11 +22,11 @@ function App() {
count is {count} count is {count}
</button> </button>
<p> <p>
Edit <code>src/App.tsx</code> and save to test HMR The new Adaptive App
</p> </p>
</div> </div>
<p className="read-the-docs"> <p className="read-the-docs">
Click on the Vite and React logos to learn more Coming soon
</p> </p>
</> </>
) )

View file

@ -6,6 +6,5 @@ export default defineConfig({
plugins: [react()], plugins: [react()],
build: { build: {
outDir: './build', outDir: './build',
// emptyOutDir: true, // also necessary
} }
}) })