full upgrade to dev

This commit is contained in:
2026-01-08 04:27:58 +01:00
parent 884d7f984b
commit 4bf94007cc
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/* eslint-disable @typescript-eslint/no-require-imports */
const fetch = require('node-fetch');
require('dotenv').config({ path: '.env.local' });
require('dotenv').config({ path: '.env' });