mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-02 21:08:12 +00:00
vite config dev
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@ import { VitePWA } from 'vite-plugin-pwa';
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
port: 5001
|
||||
port: 5001,
|
||||
open: true
|
||||
},
|
||||
publicDir: 'public',
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user