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

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