File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
poetry add lite-bootstrapp[faststream-all]
21
21
```
22
22
23
- Read more about available extras [ here] ( ../../introduction/installation ) :
23
+ Read more about available extras [ here] ( ../../../ introduction/installation ) :
24
24
25
25
## 2. Define bootstrapper config and build you application:
26
26
@@ -50,4 +50,4 @@ bootstrapper = FastStreamBootstrapper(bootstrapper_config)
50
50
application = bootstrapper.bootstrap()
51
51
```
52
52
53
- Read more about available configuration options [ here] ( ../../introduction/configuration ) :
53
+ Read more about available configuration options [ here] ( ../../../ introduction/configuration ) :
Original file line number Diff line number Diff line change 20
20
poetry add lite-bootstrapp[free-all]
21
21
```
22
22
23
- Read more about available extras [ here] ( ../../introduction/installation ) :
23
+ Read more about available extras [ here] ( ../../../ introduction/installation ) :
24
24
25
25
## 2. Define bootstrapper config and build you application:
26
26
@@ -37,4 +37,4 @@ bootstrapper = FreeBootstrapper(bootstrapper_config)
37
37
bootstrapper.bootstrap()
38
38
```
39
39
40
- Read more about available configuration options [ here] ( ../../introduction/configuration ) :
40
+ Read more about available configuration options [ here] ( ../../../ introduction/configuration ) :
Original file line number Diff line number Diff line change 22
22
poetry add lite-bootstrapp[litestar-all]
23
23
```
24
24
25
- Read more about available extras [ here] ( ../introduction/installation ) :
25
+ Read more about available extras [ here] ( ../../../ introduction/installation ) :
26
26
27
27
## 2. Define bootstrapper config and build you application:
28
28
@@ -46,4 +46,4 @@ bootstrapper = LitestarBootstrapper(bootstrapper_config)
46
46
application = bootstrapper.bootstrap()
47
47
```
48
48
49
- Read more about available configuration options [ here] ( ../../introduction/configuration ) :
49
+ Read more about available configuration options [ here] ( ../../../ introduction/configuration ) :
You can’t perform that action at this time.
0 commit comments