chore: config updates

This commit is contained in:
Haoyu Xu
2025-02-22 18:07:27 +08:00
parent 51d5334d67
commit 4a1b901f25
13 changed files with 205 additions and 104 deletions

View File

@@ -5,7 +5,7 @@ import { yaml } from '@aklive2d/libs'
export const DIST_DIR = path.resolve(import.meta.dirname, config.dir_name.dist)
export const CONFIG_PATH = path.resolve(
import.meta.dirname,
config.dir_name.config_yaml
config.module.assets.config_yaml
)
const selfConfig = yaml.read(CONFIG_PATH)