Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit fbe616b

Browse files
committed
dist 폴더 변경으로 인한 경로 변경
1 parent 2a524b4 commit fbe616b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AppContext {
2222
readonly DEV_URL = `http://localhost:3000/#`;
2323

2424
// production mode - load file
25-
readonly PROD_LOAD_FILE_PATH = join(__dirname, '../index.html');
25+
readonly PROD_LOAD_FILE_PATH = join(__dirname, '../dist/index.html');
2626
readonly PROD_LOAD_FILE_HASH = '#';
2727

2828
// resources directory

0 commit comments

Comments
 (0)