mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
8 lines
221 B
JavaScript
8 lines
221 B
JavaScript
// @ts-expect-error __ACI_DEV__ is declared as const
|
|
global.__ACI_DEV__ = true;
|
|
|
|
import { register } from 'node:module';
|
|
import { pathToFileURL } from 'node:url';
|
|
|
|
register('@swc-node/register/esm', pathToFileURL('./'));
|