trollface

This commit is contained in:
Asaki Yuki 2026-02-09 17:14:00 +07:00
parent 2aea7039a7
commit 2c0a0f40cf
2 changed files with 4 additions and 6 deletions

View file

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