Initial commit from Astro

This commit is contained in:
Sat Naing
2022-09-08 19:20:34 +06:30
commit 44cf5afeba
14 changed files with 9241 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "@example/basics",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.7"
}
}