Skip to content

Commit

Permalink
Remove unused extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sopa301 committed Apr 5, 2024
1 parent a3de07a commit 39f4d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
// missing 'title.md' file
appType: 'mpa',
resolve: {
extensions: ['mjs', '.ts', '.vue'],
extensions: ['.ts', '.vue'],
alias: {
"@": path.resolve(__dirname, "./src"),
},
Expand Down

0 comments on commit 39f4d16

Please sign in to comment.