Astro 6.1.7 simple test

This commit is contained in:
Kunthawat Greethong
2026-04-28 11:12:25 +07:00
commit 111238ae9f
5 changed files with 62 additions and 0 deletions

8
astro.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'astro/config'
export default defineConfig({
server: {
host: '0.0.0.0',
port: 4321,
},
})