fix: variable not exported

This commit is contained in:
Derrick Hammer 2023-07-07 01:04:42 -04:00
parent a7d0ba85d0
commit bdf43b3d8e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -83,5 +83,6 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
platform: "node", platform: "node",
}, },
}, },
variable: DEFAULT_VARIABLE,
}; };
} }