Skip to content

Commit

Permalink
Move to esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Obi-Dann committed Jul 10, 2023
1 parent 53548d6 commit 7c5dab7
Show file tree
Hide file tree
Showing 12 changed files with 3,483 additions and 722,118 deletions.
2 changes: 2 additions & 0 deletions .npmrc
@@ -0,0 +1,2 @@
public-hoist-pattern[]=*@one-ini/wasm
public-hoist-pattern[]=*@cdktf/hcl2json
6 changes: 3 additions & 3 deletions .vscode/launch.json
Expand Up @@ -5,18 +5,18 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": ["<node_internals>/**"],
"env": {
"TRY_USE_TEST_CONTEXT": "true"
},
"program": "${workspaceFolder}/src/main.ts",
"program": "${workspaceFolder}/src/index.ts",
"runtimeArgs": [
"--nolazy",
"-r",
"ts-node/register/transpile-only",
"esbuild-register",
"-r",
"dotenv/config"
],
Expand Down

0 comments on commit 7c5dab7

Please sign in to comment.