Skip to content

Commit fca7d6d

Browse files
committed
fix: update playground configuration to use source index and enable rsbuild
1 parent 3d33e2a commit fca7d6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playground/.winrc.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { defineConfig } from '@winner-fed/winjs';
22

33
export default defineConfig({
4-
plugins: ['../dist'],
4+
plugins: ['../src/index.ts'],
55
presets: ['@winner-fed/preset-vue'],
6-
// rsbuild: {},
7-
vite: {},
6+
rsbuild: {},
7+
// vite: {},
88
rsdoctor: {
99
disableClientServer: false
1010
},

0 commit comments

Comments
 (0)