File tree 4 files changed +12
-3
lines changed
packages/tailwindcss-patch
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11
11
"type" : " node-terminal" ,
12
12
"cwd" : " ${workspaceFolder}/apps/vite-vue"
13
13
},
14
+ {
15
+ "command" : " pnpm tw-extract" ,
16
+ "name" : " [vite-react] tw-extract" ,
17
+ "request" : " launch" ,
18
+ "type" : " node-terminal" ,
19
+ "cwd" : " ${workspaceFolder}/apps/vite-react" ,
20
+ "smartStep" : false
21
+ },
14
22
{
15
23
"command" : " pnpm start" ,
16
24
"name" : " [scripts] postcss7-compat run" ,
File renamed without changes.
Original file line number Diff line number Diff line change 31
31
"module" : " ./src/index.ts" ,
32
32
"types" : " ./src/index.ts" ,
33
33
"bin" : {
34
- "tw-patch" : " dev/bin.js " ,
35
- "tailwindcss-patch" : " dev/bin.js "
34
+ "tw-patch" : " dev/bin.ts " ,
35
+ "tailwindcss-patch" : " dev/bin.ts "
36
36
},
37
37
"files" : [
38
38
" bin" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"include" : [
12
12
" src" ,
13
- " test"
13
+ " test" ,
14
+ " dev"
14
15
]
15
16
}
You can’t perform that action at this time.
0 commit comments