Skip to content

Commit

Permalink
Add host to config.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Oct 6, 2024
1 parent 862cac9 commit b6978ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup-serve.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import config from './rollup.config.js';

config[0].plugins.push(serve({
contentBase: '.',
host: '127.0.0.1',
port: 8000,
openPage: '/examples/',
open: true,
Expand Down

0 comments on commit b6978ba

Please sign in to comment.