We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c45e63 commit bc50f8eCopy full SHA for bc50f8e
package.json
@@ -23,7 +23,7 @@
23
},
24
"devDependencies": {
25
"@cloudflare/workers-types": "4.20260403.1",
26
- "@playform/build": "0.3.0"
+ "@playform/build": "0.3.1"
27
28
"publishConfig": {
29
"access": "public"
tsconfig.json
@@ -10,7 +10,7 @@
10
11
"outDir": "Target",
12
13
- "rootDir": ".",
+ "rootDir": "./Source",
14
15
"types": ["@cloudflare/workers-types/experimental", "@types/node"]
16
0 commit comments