File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
8
- "build" : " vite build" ,
8
+ "build" : " vite build --mode development " ,
9
9
"preview" : " vitepreview" ,
10
10
"lint" : " eslint ." ,
11
11
"lint:fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ import './assets/main.css'
2
2
3
3
import { createApp } from 'vue'
4
4
import App from './App.vue'
5
- import '@rhds/elements/rh-card/rh-card.js'
6
- import '@rhds/elements/rh-cta/rh-cta.js'
7
- import '@rhds/elements/rh-accordion/rh-accordion.js'
8
5
import '@patternfly/elements/pf-modal/pf-modal.js'
9
6
import '@patternfly/elements/pf-card/pf-card.js'
10
7
import '@patternfly/elements/pf-table/pf-table.js'
11
8
import '@patternfly/elements/pf-select/pf-select.js'
12
9
import '@patternfly/elements/pf-select/pf-option-group.js'
13
10
import '@patternfly/elements/pf-button/pf-button.js'
14
11
import '@patternfly/elements/pf-icon/pf-icon.js'
12
+ import '@rhds/elements/rh-card/rh-card.js'
13
+ import '@rhds/elements/rh-cta/rh-cta.js'
14
+ import '@rhds/elements/rh-accordion/rh-accordion.js'
15
15
16
16
const app = createApp ( App )
17
17
You can’t perform that action at this time.
0 commit comments