Skip to content

Commit

Permalink
config changes for debuging azoth in channels/test
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Feb 29, 2024
1 parent 0d99e7a commit 72e91d5
Show file tree
Hide file tree
Showing 14 changed files with 149 additions and 208 deletions.
4 changes: 3 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
"<node_internals>/**",
"off/node_modules/**"
],
"program": "${workspaceRoot}/node_modules/vitest/vitest.mjs",
"program": "${workspaceRoot}/vite-test/node_modules/vitest/vitest.mjs",
"args": [
"-r",
"${relativeFileDirname}",
"run",
"${relativeFile}"
],
Expand Down
156 changes: 78 additions & 78 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/runtime/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"azoth": "workspace:^",
"jsonic": "workspace:^",
"npm": "^10.4.0",
"npm": "^10.5.0",
"page": "^1.11.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 72e91d5

Please sign in to comment.