build: update all deps and migrate to biome

This commit is contained in:
Haoyu Xu
2025-10-04 02:11:24 +08:00
parent 43850d47ea
commit 5c9e9eba84
133 changed files with 834 additions and 1962 deletions

View File

@@ -1,8 +1,8 @@
import path from 'node:path'
import { build as viteBuild } from 'vite'
import operators from '@aklive2d/operator'
import { envParser, file } from '@aklive2d/libs'
import { copyShowcaseData, copyProjectJSON } from '@aklive2d/vite-helpers'
import operators from '@aklive2d/operator'
import { copyProjectJSON, copyShowcaseData } from '@aklive2d/vite-helpers'
import { build as viteBuild } from 'vite'
import * as dirs from './index.js'
const build = async (namesToBuild: string[], mode: string) => {