File tree Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ description: "Use the lightpanda build extension to add Lightpanda browser to yo
5
5
tag : " v4"
6
6
---
7
7
8
- import UpgradeToV4Note from " /snippets/upgrade-to-v4-note.mdx" ;
9
-
10
- <UpgradeToV4Note />
11
-
12
8
To use the Lightpanda browser in your project, add the extension to your ` trigger.config.ts ` file:
13
9
14
10
``` ts trigger.config.ts
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ tag: "v4"
6
6
---
7
7
8
8
import ScrapingWarning from " /snippets/web-scraping-warning.mdx" ;
9
- import UpgradeToV4Note from " /snippets/upgrade-to-v4-note.mdx" ;
10
-
11
- <UpgradeToV4Note />
12
9
13
10
## Overview
14
11
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import UsefulNextSteps from "/snippets/useful-next-steps.mdx";
14
14
import TriggerTaskNextjs from " /snippets/trigger-tasks-nextjs.mdx" ;
15
15
import NextjsTroubleshootingMissingApiKey from " /snippets/nextjs-missing-api-key.mdx" ;
16
16
import NextjsTroubleshootingButtonSyntax from " /snippets/nextjs-button-syntax.mdx" ;
17
- import WorkerFailedToStartWhenRunningDevCommand from " /snippets/worker-failed-to-start.mdx" ;
18
17
import AddEnvironmentVariables from " /snippets/add-environment-variables.mdx" ;
19
18
import DeployingYourTask from " /snippets/deplopying-your-task.mdx" ;
20
19
import VercelDocsCards from " /snippets/vercel-docs-cards.mdx" ;
@@ -432,7 +431,6 @@ You can test your revalidation task in the Trigger.dev dashboard on the testing
432
431
433
432
<NextjsTroubleshootingMissingApiKey />
434
433
<NextjsTroubleshootingButtonSyntax />
435
- <WorkerFailedToStartWhenRunningDevCommand />
436
434
437
435
<VercelDocsCards />
438
436
<UsefulNextSteps />
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import UsefulNextSteps from "/snippets/useful-next-steps.mdx";
14
14
import TriggerTaskNextjs from " /snippets/trigger-tasks-nextjs.mdx" ;
15
15
import NextjsTroubleshootingMissingApiKey from " /snippets/nextjs-missing-api-key.mdx" ;
16
16
import NextjsTroubleshootingButtonSyntax from " /snippets/nextjs-button-syntax.mdx" ;
17
- import WorkerFailedToStartWhenRunningDevCommand from " /snippets/worker-failed-to-start.mdx" ;
18
17
import SupabaseDocsCards from " /snippets/supabase-docs-cards.mdx" ;
19
18
20
19
import SupabaseAuthInfo from " /snippets/supabase-auth-info.mdx" ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import UsefulNextSteps from "/snippets/useful-next-steps.mdx";
10
10
import TriggerTaskNextjs from " /snippets/trigger-tasks-nextjs.mdx" ;
11
11
import NextjsTroubleshootingMissingApiKey from " /snippets/nextjs-missing-api-key.mdx" ;
12
12
import NextjsTroubleshootingButtonSyntax from " /snippets/nextjs-button-syntax.mdx" ;
13
- import WorkerFailedToStartWhenRunningDevCommand from " /snippets/worker-failed-to-start.mdx" ;
14
13
import SupabaseDocsCards from " /snippets/supabase-docs-cards.mdx" ;
15
14
import SupabaseAuthInfo from " /snippets/supabase-auth-info.mdx" ;
16
15
You can’t perform that action at this time.
0 commit comments