config syntax cleaner, changed app message for now
This commit is contained in:
parent
fd0b2b9320
commit
ec6dc1ebec
2 changed files with 2 additions and 3 deletions
|
|
@ -22,11 +22,11 @@ function App() {
|
|||
count is {count}
|
||||
</button>
|
||||
<p>
|
||||
Edit <code>src/App.tsx</code> and save to test HMR
|
||||
The new Adaptive App
|
||||
</p>
|
||||
</div>
|
||||
<p className="read-the-docs">
|
||||
Click on the Vite and React logos to learn more
|
||||
Coming soon
|
||||
</p>
|
||||
</>
|
||||
)
|
||||
|
|
|
|||
|
|
@ -6,6 +6,5 @@ export default defineConfig({
|
|||
plugins: [react()],
|
||||
build: {
|
||||
outDir: './build',
|
||||
// emptyOutDir: true, // also necessary
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue