1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 12:10:20 +08:00

chore: 兼容较低版本node

This commit is contained in:
zclzone
2024-08-21 09:51:41 +08:00
parent fdb6ad5f1d
commit 02e614e903
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
import { defineConfig, presetAttributify, presetIcons, presetUno } from 'unocss'
import presetRemToPx from '@unocss/preset-rem-to-px'
import { FileSystemIconLoader } from '@iconify/utils/lib/loader/node-loaders'
import { getIcons } from './build'
import { getIcons } from './build/index.js'
const icons = getIcons()
export default defineConfig({