Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit beddcac

Browse files
committed
One more build fix
1 parent f5d8b38 commit beddcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module.exports = {
55
entry: "./webui/js/app.js",
66
output: {
77
filename: "dbhub.js",
8-
path: path.resolve(__dirname, "webui/js")
8+
path: path.resolve(__dirname, "js")
99
}
1010
};

0 commit comments

Comments
 (0)