Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 3, 2024
1 parent 2030113 commit 11f40cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import VueDevTools from 'vite-plugin-vue-devtools'
import Layouts from 'vite-plugin-vue-layouts'
import WebfontDownload from 'vite-plugin-webfont-dl'

import { appName } from '~/constants'
import { exists } from './scripts/fs'
import { unzip } from './scripts/unzip'
import { appName } from './src/constants'

export default defineConfig({
optimizeDeps: {
Expand Down

0 comments on commit 11f40cb

Please sign in to comment.