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 ef87db8 commit 9af7e41
Show file tree
Hide file tree
Showing 12 changed files with 3,383 additions and 726,168 deletions.
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
692,305 changes: 2,931 additions & 689,374 deletions dist/index.js

Large diffs are not rendered by default.

172 changes: 172 additions & 0 deletions dist/index.js.LEGAL.txt

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

0 comments on commit 9af7e41

Please sign in to comment.