We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fd3dd commit 4ae67ceCopy full SHA for 4ae67ce
package.json
@@ -4,9 +4,9 @@
4
"private": true,
5
"scripts": {
6
"build": "turbo run build",
7
- "build:bot": "turbo run build --filter=bot...",
+ "build:bot": "turbo run build --filter=@nextjs-forum/bot...",
8
"start": "turbo run start",
9
- "start:bot": "turbo run start --filter=bot",
+ "start:bot": "turbo run start --filter=@nextjs-forum/bot",
10
"dev": "turbo run dev",
11
"lint": "turbo run lint",
12
"migrate": "pnpm --filter=@nextjs-forum/db migrate",
0 commit comments