feat: init
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { defineConfig } from '@rsbuild/core';
|
||||
|
||||
export default defineConfig({
|
||||
|
||||
html: {
|
||||
title: 'Konoplayer Playground',
|
||||
template: './src/index.html',
|
||||
},
|
||||
source: {
|
||||
@@ -9,4 +11,8 @@ export default defineConfig({
|
||||
version: 'legacy',
|
||||
},
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5000,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user