- removed .vscode from .gitignore to resolve #13

- updated libraries to further support #14
- feat: Add environment configuration files and update dependencies for Node adapter
This commit is contained in:
GitHub Copilot
2025-05-01 21:03:09 +00:00
parent 6b55395e73
commit 8058df41fd
7 changed files with 220 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
},
"dependencies": {
"@astrojs/cloudflare": "^12.5.1",
"@astrojs/node": "^9.2.1",
"@astrojs/react": "^4.2.5",
"@nanostores/react": "^1.0.0",
"@types/react": "^19.1.2",
@@ -32,4 +33,4 @@
"vitest": "^3.1.2",
"wrangler": "^4.13.1"
}
}
}