trollface

This commit is contained in:
Asaki Yuki 2026-02-09 17:10:39 +07:00
parent f55e0d226a
commit 2aea7039a7
2 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,7 @@
* Configuration object for the AsaJS build process.
* @type {import('asajs/config.d.ts').Config}
*/
export const config = {
const config = {
packinfo: {
name: "AsaJS",
description: "Create your Minecraft JSON-UI resource packs using JavaScript.",
@ -15,3 +15,5 @@ export const config = {
importToPreview: false,
},
}
module.exports = { config }