Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ...
This commit is contained in:
parent
1ae24c01b0
commit
358fbfcc76
19 changed files with 35 additions and 28 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { Application } from 'express';
|
||||
import type { Application } from 'express';
|
||||
import { Scopes } from '@BridgemanAccessible/ba-auth';
|
||||
import Client, { OnAuthCallback } from '@BridgemanAccessible/ba-auth/client';
|
||||
import Client from '@BridgemanAccessible/ba-auth/client';
|
||||
import type { OnAuthCallback } from '@BridgemanAccessible/ba-auth/client';
|
||||
import { logMessage, LogLevel } from '@BridgemanAccessible/ba-logging';
|
||||
|
||||
import { App } from './App.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue