mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Import AppFilesScanner normally to fix circular
This commit is contained in:
parent
4aa49b82e0
commit
391699c68c
1 changed files with 2 additions and 2 deletions
|
|
@ -171,7 +171,7 @@
|
|||
<script>
|
||||
// import axios from 'axios'
|
||||
|
||||
// import AppFilesScanner from '~/helpers/app-files-scanner.js'
|
||||
import AppFilesScanner from '~/helpers/app-files-scanner.js'
|
||||
|
||||
import { isNuxt } from '~/helpers/environment.js'
|
||||
|
||||
|
|
@ -302,7 +302,7 @@ export default {
|
|||
console.log('Initializing scanner instance')
|
||||
|
||||
// Bring in code
|
||||
const { default: AppFilesScanner } = await import('~/helpers/app-files-scanner.js')
|
||||
// const { default: AppFilesScanner } = await import('~/helpers/app-files-scanner.js')
|
||||
|
||||
const testResultStore = this.config ? this.config.testResultStore : global.$config.testResultStore
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue