🚧 Adds terminal

This commit is contained in:
2025-06-30 15:49:31 +02:00
parent b326d5e82c
commit 8992f7bbc3
7 changed files with 433 additions and 18 deletions

View File

@@ -10,9 +10,11 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/vue": "^5.1.0",
"@tailwindcss/vite": "^4.1.5",
"astro": "^5.7.10",
"astro": "5.10.1",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"vue": "^3.5.17"
}
}