As a matter of fact, your repo has a package and an application at its root. But you don't take advantage of a root management of the projects, by adding a package.json (at the root).
As a council, you may find useful to migrate to a Turborepo project, that uses workspaces to easily build a monorepo.
Enjoy