release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 4a7ed50281 - Show all commits

View File

@ -213,8 +213,6 @@ async function getBackend(): Promise<Backend | null> {
}
}
// "async" is optional;
// more info on params: https://quasar.dev/quasar-cli/cli-documentation/boot-files#Anatomy-of-a-boot-file
export default boot(({ router, app, store }) => {
const plugins: FG_Plugin.Plugin[] = [];