1
0
Fork 0
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:
Peter Savchenko 2022-09-12 19:00:48 +03:00 committed by GitHub
parent 0aeab51286
commit ba40b4f3d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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';