Files
xk-gw/jsrepo.config.ts
2026-07-23 16:15:11 +08:00

11 lines
268 B
TypeScript

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