trollface
This commit is contained in:
parent
f55e0d226a
commit
2aea7039a7
2 changed files with 5 additions and 2 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Reference in a new issue