Initial commit from Astro

This commit is contained in:
houston[bot]
2025-09-12 10:49:36 +07:00
committed by Satakun Utama
commit 589810c981
10 changed files with 3283 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "movetolinux",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.13.7"
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
}