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

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"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"
}
}