Skip to content

Commit aa404aa

Browse files
committed
fix: make spotlightjs compatible with pnpm
1 parent 9500fd9 commit aa404aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"node": ">=20"
66
},
77
"scripts": {
8-
"dev:spotlight": "npx @spotlightjs/sidecar",
8+
"dev:spotlight": "npx @spotlightjs/spotlight",
99
"dev:next": "next dev --turbopack",
1010
"dev": "run-p db-server:file dev:*",
1111
"build:next": "next build",

0 commit comments

Comments
 (0)