actually use the correct import syntax
CenTdemeern1 had told me, but I got it wrong ☹
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { URL } from 'node:url';
|
import { URL } from 'node:url';
|
||||||
import punycode from 'punycode/';
|
import punycode from 'punycode/punycode.js';
|
||||||
import { Inject, Injectable } from '@nestjs/common';
|
import { Inject, Injectable } from '@nestjs/common';
|
||||||
import RE2 from 're2';
|
import RE2 from 're2';
|
||||||
import psl from 'psl';
|
import psl from 'psl';
|
||||||
|
|||||||
Reference in New Issue
Block a user