Add portable production build

This commit is contained in:
KrivovDE
2026-09-09 18:06:30 +03:00
parent 2f66d7dc37
commit c43f7de150
5 changed files with 39 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
import { defineConfig } from 'vite';
export default defineConfig({
base: './',
server: {
host: '0.0.0.0',
port: 5176,