feat(env): load dotenv in entrypoint; add .env.example; stop tracking .env files

This commit is contained in:
2025-10-04 18:05:41 -05:00
parent 84c39fac83
commit e005702480
4 changed files with 46 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
import "dotenv/config";
import Amayo from "./core/client";
import { loadCommands } from "./core/loaders/loader";
import { loadEvents } from "./core/loaders/loaderEvents";