chore: update dependencies and configuration

- Added @discordjs/opus and opusscript to package.json and pnpm-lock.yaml.
- Updated pnpm-workspace.yaml to allow builds for @discordjs/opus.
- Imported dotenv in config.ts for environment variable management.
- Created .npmrc to manage npm configurations.
This commit is contained in:
MythEclipse
2026-05-24 20:06:36 +07:00
parent 34b15e20dc
commit c32b5274e9
4 changed files with 266 additions and 36 deletions
+1
View File
@@ -1,3 +1,4 @@
import "dotenv/config";
import { z } from "zod";
import { ConfigError } from "./errors.js";