Skip to content

Commit

Permalink
chore(web): fix runtime path hardcode error for lsp (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow authored Nov 1, 2023
1 parent 89d38c5 commit d152a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ export enum APP_SETTING_KEY {
COMMON = "common",
}

export const RUNTIMES_PATH = "/root/laf/runtimes/nodejs/functions";
export const RUNTIMES_PATH = "/app/functions";

0 comments on commit d152a6d

Please sign in to comment.