Add info; Version 0.5.0

This commit is contained in:
Aslan 2025-12-26 04:42:14 +01:00
parent dd4da06753
commit 4819805b3c
4 changed files with 19 additions and 4 deletions

View file

@ -1,3 +1,4 @@
import config from "./config.json" with { type: "json" };
import packageConfig from "../package.json" with { type: "json" };
export { config };
export { config, packageConfig };