feat: prevent duplicate initialization of Paarrot API and update server port
This commit is contained in:
@@ -102,7 +102,7 @@ export default defineConfig({
|
||||
publicDir: false,
|
||||
base: buildConfig.base,
|
||||
server: {
|
||||
port: 8080,
|
||||
port: 38347,
|
||||
host: '0.0.0.0',
|
||||
fs: {
|
||||
// Allow serving files from one level up to the project root
|
||||
|
||||
Reference in New Issue
Block a user