Skip to content

Commit 35220e9

Browse files
committed
chore: add playground
1 parent 048eee7 commit 35220e9

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

playground/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"dependencies": {
3+
"@deno/doc": "jsr:^0.189.1",
4+
"@prismicio/client": "~7.21.0-canary.147e3f2"
5+
},
6+
"devDependencies": {
7+
"array-includes": "",
8+
"axios": "",
9+
"is-number": "",
10+
"lodash": "^2.4.2"
11+
}
12+
}

playground/pnpm-workspace.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
catalog:
2+
lodash: 2.4.2
3+
catalogs:
4+
prod:
5+
'@deno/doc': jsr:^0.189.1
6+
dev:
7+
is-number: ~7.0.0

0 commit comments

Comments
 (0)