1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-04-30 04:02:28 +02:00
2025-03-30 17:32:50 +02:00

9 lines
149 B
JavaScript

// vite.config.js
import { defineConfig } from 'vite'
export default defineConfig({
server: {
port: '8080'
},
root: 'Website'
})