Skip to content

Commit bc50f8e

Browse files
1 parent 6c45e63 commit bc50f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@cloudflare/workers-types": "4.20260403.1",
26-
"@playform/build": "0.3.0"
26+
"@playform/build": "0.3.1"
2727
},
2828
"publishConfig": {
2929
"access": "public"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
"outDir": "Target",
1212

13-
"rootDir": ".",
13+
"rootDir": "./Source",
1414

1515
"types": ["@cloudflare/workers-types/experimental", "@types/node"]
1616
},

0 commit comments

Comments
 (0)