Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Jan 11, 2024
1 parent b401a86 commit 02c74c3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions demo/spa/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ module.exports = {
output: {
dir: './demo/dist',
},
plugins: [html({
absoluteBaseUrl: 'http://localhost:8000'
})],
plugins: [
html({
absoluteBaseUrl: 'http://localhost:8000',
}),
],
};

0 comments on commit 02c74c3

Please sign in to comment.