switch port back to 5174

This commit is contained in:
Anton Tranelis 2025-08-23 22:44:08 +02:00
parent db3535b698
commit a632ff0cf4

View File

@ -11,7 +11,7 @@ const __dirname = path.dirname(new URL(import.meta.url).pathname)
export default defineConfig({
server: {
host: true,
port: 5175,
port: 5174,
/**
* https: {
* key: fs.readFileSync(path.resolve(__dirname, 'localhost-key.pem')),