style: update recorder api playground styles

This commit is contained in:
2025-01-15 01:22:05 +08:00
parent 9a2a8f029f
commit 027112db9a
40 changed files with 1700 additions and 1325 deletions

View File

@@ -6,12 +6,12 @@ export default defineConfig({
plugins: [pluginReact()],
html: {
favicon: './public/assets/favicon.ico',
tags: [
{
tag: 'script',
attrs: { src: 'https://cdn.tailwindcss.com' },
},
],
// tags: [
// {
// tag: 'script',
// attrs: { src: 'https://cdn.tailwindcss.com' },
// },
// ],
},
tools: {
rspack: {
@@ -19,6 +19,9 @@ export default defineConfig({
},
},
source: {
entry: {
index: './src/main.tsx',
},
define: {
'process.env.AUTH_TYPE': JSON.stringify(process.env.AUTH_TYPE),
'process.env.OIDC_CLIENT_ID': JSON.stringify(process.env.OIDC_CLIENT_ID),