first commit

This commit is contained in:
simple321vip
2026-06-29 22:14:33 +08:00
commit 21b4897005
7 changed files with 5636 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "violin-cv",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.0"
}
}