Skip to content

Commit 4681658

Browse files
committed
Bumps node modules
1 parent 5378661 commit 4681658

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

basic/cdk/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"app": "pnpm dlx tsx bin/cdk.ts",
2+
"app": "npx tsx bin/cdk.ts",
33
"watch": {
44
"include": [
55
"**"

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rag/cdk/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"app": "pnpm dlx tsx bin/cdk.ts",
2+
"app": "npx tsx bin/cdk.ts",
33
"watch": {
44
"include": [
55
"**"

0 commit comments

Comments
 (0)