Skip to content

Commit

Permalink
chore: Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Mar 28, 2024
1 parent 11937d7 commit c5d4bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
outputPath: path.resolve('wwwroot/public'),
entryHTML: path.resolve('wwwroot/app.html'),
favicon: path.resolve('wwwroot/favicon.ico'),
entry: [path.resolve('app/js/pages/index.tsx')],
entry: path.resolve('app/js/pages/index.tsx'),
alias: { '/js': js, '/css': css, '/images': images },
meta: { viewport: 'width=device-width,initial-scale=1.0' }
};

0 comments on commit c5d4bc4

Please sign in to comment.