Files
astro-tina/astro.config.mjs
Kunthawat Greethong 111238ae9f Astro 6.1.7 simple test
2026-04-28 11:12:25 +07:00

8 lines
131 B
JavaScript

import { defineConfig } from 'astro/config'
export default defineConfig({
server: {
host: '0.0.0.0',
port: 4321,
},
})