This commit is contained in:
Asaki Yuki 2026-01-30 11:29:03 +07:00
parent 4ad9e832bd
commit a2ad1bf977
9 changed files with 37 additions and 20 deletions

View file

@ -3,7 +3,12 @@
* @type {import('asajs/config.d.ts').Config}
*/
export const config = {
packinfo: {
name: "AsaJS",
description: "Create your Minecraft JSON-UI resource packs using JavaScript.",
},
compiler: {
enabled: true,
linked: false,
},
}