mirror of
https://github.com/dergigi/boris.git
synced 2026-02-12 10:34:44 +01:00
config: change dev server port from 3000 to 9802
This commit is contained in:
@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
port: 3000
|
||||
port: 9802
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user