mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
module.exports = {
|
|
hot: true,
|
|
contentBase: 'assets',
|
|
publicPath: 'build',
|
|
historyApiFallback: '__app.html',
|
|
port: 5000
|
|
}
|