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

12 lines
214 B
JSON

{
"name": "astro6-simple",
"type": "module",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^6.1.7"
}
}