Files
xk-gw/jsrepo.config.ts

11 lines
268 B
TypeScript
Raw Normal View History

2026-07-23 16:15:11 +08:00
import { defineConfig } from 'jsrepo';
export default defineConfig({
// configure where stuff comes from here
registries: ['https://vue-bits.dev/r'],
// configure where stuff goes here
paths: {
component: 'src/components/vue-bits',
},
});