Skip to content

Commit

Permalink
autoDeploy refactored and sync method removed
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Apr 12, 2024
1 parent 686672a commit 7c0c18e
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 3,746 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"request": "launch",
"name": "Launch Program",
"skipFiles": ["<node_internals>/**"],
"program": "${workspaceFolder}/dist/server.js",
"program": "${workspaceFolder}/dist/index.js",
"preLaunchTask": "npm: buildDebug",
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
}
Expand Down
Loading

0 comments on commit 7c0c18e

Please sign in to comment.