optimize paths
This commit is contained in:
parent
85d60e5db1
commit
d1a7399e2f
14 changed files with 144113 additions and 19607 deletions
6
config.d.ts
vendored
6
config.d.ts
vendored
|
|
@ -15,6 +15,12 @@ export interface Config {
|
|||
fixInventoryItemRenderer?: boolean
|
||||
buildFolder?: string
|
||||
}
|
||||
|
||||
ui_analyzer?: {
|
||||
enabled?: boolean
|
||||
imports?: string[]
|
||||
}
|
||||
|
||||
packinfo?: {
|
||||
name?: string
|
||||
description?: string
|
||||
|
|
|
|||
Reference in a new issue