Skip to content

Commit

Permalink
Merge branch 'wg-easy:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartegnian authored May 17, 2024
2 parents 8b89d71 + 3844d04 commit d23432a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 31 deletions.
2 changes: 1 addition & 1 deletion src/lib/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ module.exports = class Server {
}));

// Static assets
const publicDir = 'www';
const publicDir = '/app/www';
app.use(
defineEventHandler((event) => {
return serveStatic(event, {
Expand Down
36 changes: 6 additions & 30 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d23432a

Please sign in to comment.