File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
55tag : " v4"
66---
77
8- import UpgradeToV4Note from " /snippets/upgrade-to-v4-note.mdx" ;
9-
10- <UpgradeToV4Note />
11-
128To use the Lightpanda browser in your project, add the extension to your ` trigger.config.ts ` file:
139
1410``` ts trigger.config.ts
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ tag: "v4"
66---
77
88import ScrapingWarning from " /snippets/web-scraping-warning.mdx" ;
9- import UpgradeToV4Note from " /snippets/upgrade-to-v4-note.mdx" ;
10-
11- <UpgradeToV4Note />
129
1310## Overview
1411
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import UsefulNextSteps from "/snippets/useful-next-steps.mdx";
1414import TriggerTaskNextjs from " /snippets/trigger-tasks-nextjs.mdx" ;
1515import NextjsTroubleshootingMissingApiKey from " /snippets/nextjs-missing-api-key.mdx" ;
1616import NextjsTroubleshootingButtonSyntax from " /snippets/nextjs-button-syntax.mdx" ;
17- import WorkerFailedToStartWhenRunningDevCommand from " /snippets/worker-failed-to-start.mdx" ;
1817import AddEnvironmentVariables from " /snippets/add-environment-variables.mdx" ;
1918import DeployingYourTask from " /snippets/deplopying-your-task.mdx" ;
2019import 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
432431
433432 <NextjsTroubleshootingMissingApiKey />
434433 <NextjsTroubleshootingButtonSyntax />
435- <WorkerFailedToStartWhenRunningDevCommand />
436434
437435<VercelDocsCards />
438436<UsefulNextSteps />
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import UsefulNextSteps from "/snippets/useful-next-steps.mdx";
1414import TriggerTaskNextjs from " /snippets/trigger-tasks-nextjs.mdx" ;
1515import NextjsTroubleshootingMissingApiKey from " /snippets/nextjs-missing-api-key.mdx" ;
1616import NextjsTroubleshootingButtonSyntax from " /snippets/nextjs-button-syntax.mdx" ;
17- import WorkerFailedToStartWhenRunningDevCommand from " /snippets/worker-failed-to-start.mdx" ;
1817import SupabaseDocsCards from " /snippets/supabase-docs-cards.mdx" ;
1918
2019import 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";
1010import TriggerTaskNextjs from " /snippets/trigger-tasks-nextjs.mdx" ;
1111import NextjsTroubleshootingMissingApiKey from " /snippets/nextjs-missing-api-key.mdx" ;
1212import NextjsTroubleshootingButtonSyntax from " /snippets/nextjs-button-syntax.mdx" ;
13- import WorkerFailedToStartWhenRunningDevCommand from " /snippets/worker-failed-to-start.mdx" ;
1413import SupabaseDocsCards from " /snippets/supabase-docs-cards.mdx" ;
1514import SupabaseAuthInfo from " /snippets/supabase-auth-info.mdx" ;
1615
You can’t perform that action at this time.
0 commit comments