setup fixed

This commit is contained in:
Tracy Smith 2025-06-22 12:54:29 -07:00
parent eda10b1212
commit b971da7b62

View File

@ -7,6 +7,9 @@ import tsconfigPaths from 'vite-tsconfig-paths';
export default defineConfig((config) => {
return {
server: {
port: 3000,
},
build: {
target: 'esnext',
},