-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: TypeScript errors detection in dev and build
- Loading branch information
1 parent
73ac02e
commit 9060ab1
Showing
8 changed files
with
316 additions
and
25 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,8 +1,8 @@ | ||
import { boot } from 'quasar/wrappers'; | ||
// import { boot } from 'quasar/wrappers'; | ||
// import KnowledgeStoreUploader from 'components/KnowledgeStoreUploader.ts'; | ||
// "async" is optional; | ||
// more info on params: https://v2.quasar.dev/quasar-cli/boot-files | ||
export default boot(async ({ _app }) => { | ||
// something to do | ||
// app.component('KnowledgeStoreUploader', KnowledgeStoreUploader); | ||
}); | ||
// export default boot(async ({ _app }) => { | ||
// // something to do | ||
// // app.component('KnowledgeStoreUploader', KnowledgeStoreUploader); | ||
// }); |
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
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