Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 27, 2023
1 parent 5695522 commit bc540bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions playground/vite.config.ts
Expand Up @@ -68,10 +68,7 @@ export default defineConfig({
}
},
beforeWriteFiles(root) {
root.insert(
'/from-root',
join(__dirname, './src/pages/index.vue')
)
root.insert('/from-root', join(__dirname, './src/pages/index.vue'))
},
routesFolder: [
// can add multiple routes folders
Expand Down

0 comments on commit bc540bb

Please sign in to comment.