10 lines
302 B
Markdown
10 lines
302 B
Markdown
# Overview
|
|
|
|
This document will go through various application components
|
|
|
|
# Components
|
|
|
|
## Boot
|
|
|
|
The boot package in `internal` is utilized to start the application. Everything in the boot process must complete successfully for the application to start. If it does not, the application will not start.
|