diff --git a/vite.config.js b/vite.config.js new file mode 100644 index 0000000..f4068c6 --- /dev/null +++ b/vite.config.js @@ -0,0 +1,7 @@ +// vite.config.js +export default { + base: 'http://localhost:8080/', +server: { + port: '8080' +} +}