We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75f416 commit 6154131Copy full SHA for 6154131
src/debugger/server-logic/Constants.ts
@@ -24,7 +24,7 @@ export const SERVER_LOGIC_CONFIG_KEYS = {
24
* File and folder names used by Server Logic debugger
25
*/
26
export const SERVER_LOGIC_FILES = {
27
- RUNTIME_LOADER: 'server-logic-runtime-loader.js',
+ RUNTIME_LOADER: 'server-logic-debug-runtime.js',
28
SERVER_LOGICS_FOLDER: 'server-logics',
29
VSCODE_FOLDER: '.vscode',
30
GITIGNORE: '.gitignore'
0 commit comments