mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
upgrade vite to v6 (#1626)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { isProduction } from '../externals.js';
|
||||
import { isProduction } from '../setup/environment.js';
|
||||
|
||||
import { consoleError } from './console.js';
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import type { Server } from 'http';
|
||||
import { networkInterfaces } from 'os';
|
||||
import type { AddressInfo } from 'net';
|
||||
|
||||
import { isDocker, isOntimeCloud, isProduction } from '../externals.js';
|
||||
import { isDocker, isOntimeCloud, isProduction } from '../setup/environment.js';
|
||||
import { logger } from '../classes/Logger.js';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user