Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed May 26, 2024
1 parent 50707bc commit 8ec5936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const server = http.createServer((req, res) => {
: `./${
url.parse(
path.join(
electron.app.isPackaged ? "resource/app/dist" : "dist",
electron.app.isPackaged ? "resources/app/dist" : "dist",
req.url
)
).pathname
Expand Down

0 comments on commit 8ec5936

Please sign in to comment.