mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Moce app list to static folder
This commit is contained in:
parent
648c7914e5
commit
b475efa577
6 changed files with 7 additions and 7 deletions
|
|
@ -12,7 +12,7 @@ const storeAppList = async function (builder) {
|
|||
const appListPath = path.join(
|
||||
// builder.nuxt.options.buildDir,
|
||||
builder.nuxt.options.srcDir,
|
||||
'/app-list.json'
|
||||
'/static/app-list.json'
|
||||
)
|
||||
|
||||
const gamesListPath = path.join(
|
||||
|
|
@ -59,7 +59,7 @@ export default {
|
|||
},
|
||||
routes() {
|
||||
return Promise.all([
|
||||
import('./app-list.json'),
|
||||
import('./static/app-list.json'),
|
||||
import('./game-list.json')
|
||||
])
|
||||
.then(([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue