fix(core): update
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
import * as plugins from './smartnginx.plugins';
|
||||
import * as paths from './smartnginx.paths';
|
||||
import * as snippets from './smartnginx.snippets';
|
||||
import * as plugins from './smartnginx.plugins.js';
|
||||
import * as paths from './smartnginx.paths.js';
|
||||
import * as snippets from './smartnginx.snippets.js';
|
||||
|
||||
import { SmartNginx } from './smartnginx.classes.smartnginx';
|
||||
import { SmartNginx } from './smartnginx.classes.smartnginx.js';
|
||||
|
||||
import { IHostConfig } from './interfaces/hostconfig';
|
||||
import { type IHostConfig } from './interfaces/hostconfig.js';
|
||||
|
||||
export enum hostTypes {
|
||||
reverseProxy
|
||||
reverseProxy,
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user