add @astrojs/node adapter

This commit is contained in:
Web-serfer 2026-05-09 23:12:37 +05:00
parent 0be21ca717
commit 6fd4498853
2 changed files with 1 additions and 0 deletions

View file

@ -2,6 +2,7 @@
"name": "astro_service",
"version": "0.0.1",
"dependencies": {
"@astrojs/node": "^10.1.0",
"astro": "^6.3.1",
"tailwindcss": "3"
},