formatting

This commit is contained in:
Tom Heaton
2024-06-05 23:58:58 +01:00
parent def3e5234b
commit 03c92541ad
27 changed files with 24481 additions and 23650 deletions

View File

@@ -1,16 +1,16 @@
import react from '@vitejs/plugin-react-swc'
import { defineConfig } from 'vite'
import react from "@vitejs/plugin-react-swc";
import { defineConfig } from "vite";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
server: {
port: 3000,
},
preview: {
port: 3000,
},
build: {
outDir: 'build',
}
})
plugins: [react()],
server: {
port: 3000,
},
preview: {
port: 3000,
},
build: {
outDir: "build",
},
});