mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 21:23:07 +00:00
feat: apply coderabbit suggestions
This commit is contained in:
@@ -61,7 +61,7 @@ export default defineConfig(({ command }) => {
|
||||
},
|
||||
},
|
||||
server: {
|
||||
port: 3007,
|
||||
port: parseInt(process.env.TEST_PORT || "3007", 10),
|
||||
},
|
||||
build: {
|
||||
outDir: "dist",
|
||||
|
||||
Reference in New Issue
Block a user