1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-15 13:05:22 +02:00
This commit is contained in:
syuilo
2024-08-26 16:07:40 +09:00
parent 6ad9a2a658
commit 7663f632d7
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ const devConfig: UserConfig = {
base: './',
server: {
host: 'localhost',
port: 5173,
port: 5174,
proxy: {
'/api': {
changeOrigin: true,

View File

@@ -61,7 +61,7 @@ export function getConfig(): UserConfig {
base: '/vite/',
server: {
port: 5173,
port: 5174,
},
plugins: [