Skip to content

Commit 54149f1

Browse files
authored
Merge branch 'main' into users/priyanshuag/readonly
2 parents 893f5cf + 6154131 commit 54149f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debugger/server-logic/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const SERVER_LOGIC_CONFIG_KEYS = {
2424
* File and folder names used by Server Logic debugger
2525
*/
2626
export const SERVER_LOGIC_FILES = {
27-
RUNTIME_LOADER: 'server-logic-runtime-loader.js',
27+
RUNTIME_LOADER: 'server-logic-debug-runtime.js',
2828
SERVER_LOGICS_FOLDER: 'server-logics',
2929
VSCODE_FOLDER: '.vscode',
3030
GITIGNORE: '.gitignore'

0 commit comments

Comments
 (0)