File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1010 "types" : " ./dist/index.d.ts" ,
1111 "import" : " ./dist/index.mjs" ,
1212 "require" : " ./dist/index.cjs.js"
13- }
13+ },
14+ "./style" : " ./dist/assets/index.css"
1415 },
1516 "files" : [
1617 " dist" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export {
2424 transposeSyllableSeq ,
2525} from './piano/utility/midi' ;
2626
27+ export { default as MidiConfig } from './piano/utility/MidiConfig.vue' ;
2728export { default as SyllableSeqVis } from './piano/utility/SyllableSeqVis.vue' ;
2829
2930export class CourseList {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { resolve } from 'path';
55
66export default defineConfig ( {
77 plugins : [
8- vue ( ) ,
8+ vue ( { } ) ,
99 dts ( {
1010 insertTypesEntry : true ,
1111 // Exclude test files from type generation
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import vuetify from './plugins/vuetify';
88// common-ui imports
99import { piniaPlugin } from '@vue-skuilder/common-ui' ;
1010import '@vue-skuilder/common-ui/style' ;
11+ import '@vue-skuilder/courses/style' ;
1112
1213const pinia = createPinia ( ) ;
1314const app = createApp ( App ) ;
You can’t perform that action at this time.
0 commit comments