Skip to content

Commit 6154131

Browse files
amitjoshi438Amit Joshi
andauthored
Update runtime loader filename in Server Logic debugger constants (#1401)
Co-authored-by: Amit Joshi <[email protected]>
1 parent e75f416 commit 6154131

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)