Formatting, npm update

This commit is contained in:
binwiederhier 2023-05-24 21:44:12 -04:00
parent d1e59fe08c
commit a90bd4cd06
3 changed files with 172 additions and 579 deletions

View file

@ -5,7 +5,7 @@ import react from "@vitejs/plugin-react";
export default defineConfig(() => ({
build: {
outDir: "build",
assetsDir: "static/media"
assetsDir: "static/media",
},
server: {
port: 3000,