-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app-vite): app templates > comments with docs URL
- Loading branch information
1 parent
080e7ac
commit f67bd66
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { defineBoot } from '#q-app/wrappers' | ||
|
||
// "async" is optional; | ||
// more info on params: https://v2.quasar.dev/quasar-cli/boot-files | ||
// more info on params: https://v2.quasar.dev/quasar-cli-vite/boot-files | ||
export default defineBoot(async (/* { app, router, ... } */) => { | ||
// something to do | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { defineSsrMiddleware } from '#q-app/wrappers' | ||
|
||
// "async" is optional; | ||
// more info on params: https://v2.quasar.dev/quasar-cli/developing-ssr/ssr-middlewares | ||
// more info on params: https://v2.quasar.dev/quasar-cli-vite/developing-ssr/ssr-middleware | ||
export default defineSsrMiddleware(async ({ app /*, resolveUrlPath, publicPath, render */ }) => { | ||
// something to do with the server "app" | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { defineBoot } from '#q-app/wrappers' | ||
|
||
// "async" is optional; | ||
// more info on params: https://v2.quasar.dev/quasar-cli/boot-files | ||
// more info on params: https://v2.quasar.dev/quasar-cli-vite/boot-files | ||
export default defineBoot(async (/* { app, router, ... } */) => { | ||
// something to do | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { defineSsrMiddleware } from '#q-app/wrappers' | ||
|
||
// "async" is optional; | ||
// more info on params: https://v2.quasar.dev/quasar-cli/developing-ssr/ssr-middlewares | ||
// more info on params: https://v2.quasar.dev/quasar-cli-vite/developing-ssr/ssr-middleware | ||
export default defineSsrMiddleware(async ({ app /*, resolveUrlPath, publicPath, render */ }) => { | ||
// something to do with the server "app" | ||
}) |