Skip to content

Commit

Permalink
comments update
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 10, 2024
1 parent 37f538b commit a98efed
Show file tree
Hide file tree
Showing 8 changed files with 35,287 additions and 28,071 deletions.
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"cwd": "${workspaceRoot}",
"args": ["local-action", ".", "src/main.ts", ".env"],
"console": "integratedTerminal",
"skipFiles": ["<node_internals>/**", "node_modules/**"]
"skipFiles": ["<node_internals>/**", "node_modules/**"],
"env": {
"NODE_OPTIONS": "--experimental-specifier-resolution=node"
}
}
]
}
Loading

0 comments on commit a98efed

Please sign in to comment.