File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
pkgs/website/src/content/docs/getting-started Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This is an essential step because pgflow's runtime executes flows based on their
27
27
Before continuing, make sure you have:
28
28
- Completed the [ flow definition] ( /getting-started/create-first-flow/ ) from the previous step
29
29
- The Supabase CLI installed and configured
30
- - Deno version 1.45.x or higher
30
+ - [ Deno version ** 1.45.2 ** ] ( https://github.com/denoland/deno/releases/tag/v1.44.2 ) (required for flow compilation)
31
31
</Aside >
32
32
33
33
### 1. Compile the flow to SQL
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ Let's set up pgflow in your Supabase project. This setup needs to be done only o
16
16
<Aside type = " caution" title = " Prerequisites" >
17
17
- Supabase CLI version ** 2.0.2** or higher (check with ` supabase -v ` )
18
18
- A local Supabase project set up
19
- - Deno version ** 1.45.x** (required for flow compilation)
19
+ - [ Deno version ** 1.45.2** ] ( https://github.com/denoland/deno/releases/tag/v1.44.2 ) (required for flow compilation)
20
+
20
21
21
22
If you haven't installed the CLI yet or need to upgrade, see Supabase's [ installation guide] ( https://supabase.com/docs/guides/cli ) .
22
23
</Aside >
You can’t perform that action at this time.
0 commit comments