Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 31, 2025
1 parent dff7010 commit a3e8100
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ import VueDevTools from 'vite-plugin-vue-devtools'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
//
VueRouter(),
Vue(),
VueDevTools(),
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
'@pinia/colada': fileURLToPath(
new URL('../src/index.ts', import.meta.url),
),
'@pinia/colada': fileURLToPath(new URL('../src/index.ts', import.meta.url)),
'@pinia/colada-plugin-retry': fileURLToPath(
new URL('../plugins/retry/src/index.ts', import.meta.url),
),
Expand Down

0 comments on commit a3e8100

Please sign in to comment.