We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23baa8c commit e7d31dfCopy full SHA for e7d31df
.vscode/tasks.json
@@ -0,0 +1,19 @@
1
+{
2
+ "version": "2.0.0",
3
+ "tasks": [
4
+ {
5
+ "label": "build",
6
+ "type": "shell",
7
+ "command": "pnpm build",
8
+ "problemMatcher": [],
9
+ "group": {
10
+ "kind": "build",
11
+ "isDefault": true
12
+ },
13
+ "presentation": {
14
+ "reveal": "always",
15
+ "panel": "shared"
16
+ }
17
18
+ ]
19
+}
demo/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/node": "^6.0.0",
"@astrojs/vercel": "^4.0.2",
- "astro": "^3.0.5",
- "astro-decap-cms-oauth": "workspace:*"
+ "astro-decap-cms-oauth": "workspace:*",
+ "astro": "^3.0.5"
}
0 commit comments