Skip to content

Commit

Permalink
use yarn berry (#1)
Browse files Browse the repository at this point in the history
assets include runtime.js
  • Loading branch information
pomesaka authored Dec 26, 2023
1 parent 13d8bc3 commit a31eee8
Show file tree
Hide file tree
Showing 3 changed files with 13,532 additions and 9,584 deletions.
3 changes: 2 additions & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
}
},
"packageManager": "yarn@4.0.2"
}
1 change: 1 addition & 0 deletions vue/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
assetsInclude: ['/sb-preview/runtime.js'],
})
Loading

0 comments on commit a31eee8

Please sign in to comment.