diff --git a/conf/vite.config.js b/conf/vite.config.js index 3cdde50..5590342 100644 --- a/conf/vite.config.js +++ b/conf/vite.config.js @@ -13,4 +13,6 @@ const config = { server: { port: __PORT__, }, -}; \ No newline at end of file +}; + +export default config() \ No newline at end of file