Skip to content

Commit 2184403

Browse files
authored
refactor: rename main to index (#2031)
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 0acf7d3 commit 2184403

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

config/webpack.config.main.base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const configuration: webpack.Configuration = {
1111

1212
target: 'electron-main',
1313

14-
entry: [path.join(webpackPaths.srcMainPath, 'main.ts')],
14+
entry: [path.join(webpackPaths.srcMainPath, 'index.ts')],
1515

1616
output: {
1717
path: webpackPaths.buildPath,
File renamed without changes.

0 commit comments

Comments
 (0)