File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 2
2
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3
3
"version" : " 0.2.0" ,
4
4
"configurations" : [
5
+ {
6
+ "name" : " Launch Chrome" ,
7
+ "request" : " launch" ,
8
+ "type" : " chrome" ,
9
+ "url" : " http://localhost:5173" ,
10
+ "webRoot" : " ${workspaceFolder}/packages"
11
+ },
12
+ {
13
+ "name" : " Launch Edge" ,
14
+ "request" : " launch" ,
15
+ "type" : " msedge" ,
16
+ "url" : " http://localhost:5173" ,
17
+ "webRoot" : " ${workspaceFolder}/packages"
18
+ },
19
+ {
20
+ "name" : " Run and debug" ,
21
+ "type" : " node" ,
22
+ "request" : " launch" ,
23
+ "cwd" : " ${workspaceRoot}" ,
24
+ "runtimeExecutable" : " vitepress" ,
25
+ "runtimeArgs" : [" dev" , " packages" ]
26
+ },
5
27
{
6
28
"type" : " pwa-node" ,
7
29
"request" : " launch" ,
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ export default defineConfig({
85
85
'fuse.js' ,
86
86
'universal-cookie' ,
87
87
] ,
88
+ disabled : 'dev' ,
88
89
} ,
89
90
build : {
90
91
rollupOptions : {
You can’t perform that action at this time.
0 commit comments