Skip to content

Commit

Permalink
Initial setup: added vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jsru-1 committed Jul 8, 2024
1 parent c0144a5 commit 8cdd504
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { defineConfig } from 'vite'
import { createTaskbookViteConfig } from '@shgk/vue-course-taskbook/configs/vite.config.js'

const customConfig = defineConfig({
// Здесь вы можете переопределять конфигурацию Vite
})

export default createTaskbookViteConfig({
taskbookDir: __dirname,
customConfig,
})

0 comments on commit 8cdd504

Please sign in to comment.