mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
fix: update port configuration across application files
- Changed the static server port from 5173 to 3007 in init.mjs, playwright.config.ts, vite.config.mts, and main.ts to ensure consistency in server setup and availability. - Updated logging messages to reflect the new port configuration.
This commit is contained in:
@@ -61,7 +61,7 @@ export default defineConfig(({ command }) => {
|
||||
},
|
||||
},
|
||||
server: {
|
||||
port: 5173,
|
||||
port: 3007,
|
||||
},
|
||||
build: {
|
||||
outDir: "dist",
|
||||
|
||||
Reference in New Issue
Block a user