Upload files to "/"

This commit is contained in:
2026-06-30 03:23:00 +00:00
parent 59e9d49093
commit 1e818d89a3
4 changed files with 2561 additions and 0 deletions

12
vite.config.js Normal file
View File

@@ -0,0 +1,12 @@
import { defineConfig } from 'vite'
export default defineConfig({
server: {
host: '0.0.0.0',
port: 80
},
preview: {
host: '0.0.0.0',
port: 80
}
})