We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d33e2a commit fca7d6dCopy full SHA for fca7d6d
playground/.winrc.ts
@@ -1,10 +1,10 @@
1
import { defineConfig } from '@winner-fed/winjs';
2
3
export default defineConfig({
4
- plugins: ['../dist'],
+ plugins: ['../src/index.ts'],
5
presets: ['@winner-fed/preset-vue'],
6
- // rsbuild: {},
7
- vite: {},
+ rsbuild: {},
+ // vite: {},
8
rsdoctor: {
9
disableClientServer: false
10
},
0 commit comments