feat: init

This commit is contained in:
2025-03-18 06:21:27 +08:00
parent 595e8d29dc
commit 16c807b98e
37 changed files with 5349 additions and 69 deletions

View File

@@ -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,
},
});