Skip to content

Commit 768ca76

Browse files
committed
chore: commit codes
1 parent fc5e4d6 commit 768ca76

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.vscode/launch.json

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
"type": "node-terminal",
1212
"cwd": "${workspaceFolder}/apps/vite-vue"
1313
},
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+
},
1422
{
1523
"command": "pnpm start",
1624
"name": "[scripts] postcss7-compat run",

packages/tailwindcss-patch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"module": "./src/index.ts",
3232
"types": "./src/index.ts",
3333
"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"
3636
},
3737
"files": [
3838
"bin",

packages/tailwindcss-patch/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"include": [
1212
"src",
13-
"test"
13+
"test",
14+
"dev"
1415
]
1516
}

0 commit comments

Comments
 (0)