replace debug with obug (#2619)

* patch unenv

* replaces debug with obug

reverts unenv patch
This commit is contained in:
Bernd Storath
2026-05-18 09:40:36 +02:00
committed by GitHub
parent e57b0977d3
commit 4e8cccb4c7
9 changed files with 16 additions and 32 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import debug from 'debug';
import { createDebug } from 'obug';
import packageJson from '@@/package.json';
export const RELEASE = 'v' + packageJson.version;
export const SERVER_DEBUG = debug('Server');
export const SERVER_DEBUG = createDebug('Server');
export const OLD_ENV = {
/** @deprecated Only for migration purposes */