mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-05 09:05:27 +00:00
switch port back to 5174
This commit is contained in:
parent
db3535b698
commit
a632ff0cf4
@ -11,7 +11,7 @@ const __dirname = path.dirname(new URL(import.meta.url).pathname)
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
server: {
|
server: {
|
||||||
host: true,
|
host: true,
|
||||||
port: 5175,
|
port: 5174,
|
||||||
/**
|
/**
|
||||||
* https: {
|
* https: {
|
||||||
* key: fs.readFileSync(path.resolve(__dirname, 'localhost-key.pem')),
|
* key: fs.readFileSync(path.resolve(__dirname, 'localhost-key.pem')),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user