add wrangler to package.json
This commit is contained in:
parent
adae1dd4cc
commit
2e3b0fb473
2 changed files with 720 additions and 11 deletions
|
@ -10,8 +10,9 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^4.16.12",
|
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
"typescript": "^5.6.3"
|
"astro": "^4.16.12",
|
||||||
|
"typescript": "^5.6.3",
|
||||||
|
"wrangler": "^3.87.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
726
pnpm-lock.yaml
726
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue