File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 16
16
"width" : 800 ,
17
17
"height" : 600 ,
18
18
"resizable" : true ,
19
- "fullscreen" : false
19
+ "fullscreen" : false ,
20
+ "devtools" : true
20
21
}
21
22
],
22
23
"security" : {
Original file line number Diff line number Diff line change 14
14
"skipLibCheck" : true ,
15
15
"baseUrl" : " ./" ,
16
16
"paths" : {
17
- "#/*" : [" ./src/*" ],
18
- "@/*" : [" ./src/components/*" ]
17
+ "#/*" : [" ./v0/ src/*" ],
18
+ "@/*" : [" ./v0/ src/components/*" ]
19
19
},
20
20
"allowJs" : true ,
21
21
"declaration" : true ,
24
24
"declarationMap" : true
25
25
},
26
26
"include" : [
27
- " src/**/*.ts" ,
28
- " src/**/*.d.ts" ,
29
- " src/**/*.tsx" ,
30
- " src/**/*.vue" ,
31
- " src/**/*" ,
27
+ " v0/ src/**/*.ts" ,
28
+ " v0/ src/**/*.d.ts" ,
29
+ " v0/ src/**/*.tsx" ,
30
+ " v0/ src/**/*.vue" ,
31
+ " v0/ src/**/*" ,
32
32
" commitlint.config.js"
33
33
],
34
34
"references" : [{ "path" : " ./tsconfig.node.json" }]
Original file line number Diff line number Diff line change 1
- @import url ('/src/styles/color_theme.scss' );
1
+ @import url ('/v0/ src/styles/color_theme.scss' );
2
2
3
3
.navbar {
4
4
background-color : var (--white );
Original file line number Diff line number Diff line change 1
- @import url ('/src/styles/color_theme.scss' );
1
+ @import url ('/v1/ src/styles/color_theme.scss' );
2
2
3
3
.navbar {
4
4
background-color : var (--white );
You can’t perform that action at this time.
0 commit comments