mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
chore(hawk): fix hawk using the latest version (#255)
that supports ESM nodejs projects
This commit is contained in:
parent
0aeab51286
commit
ba40b4f3d9
3 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ import routes from './routes/index.js';
|
|||
import HttpException from './exceptions/httpException.js';
|
||||
import * as dotenv from 'dotenv';
|
||||
import config from 'config';
|
||||
import { default as HawkCatcher } from '@hawk.so/nodejs';
|
||||
import HawkCatcher from '@hawk.so/nodejs';
|
||||
import os from 'os';
|
||||
import appConfig from 'config';
|
||||
import { downloadFavicon, FaviconData } from './utils/downloadFavicon.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue