Further attempt to fix downstream import issue
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
This commit is contained in:
parent
e8456dc25b
commit
61df35a271
1 changed files with 3 additions and 3 deletions
|
|
@ -14,6 +14,6 @@ export {
|
||||||
OAuthApp
|
OAuthApp
|
||||||
};
|
};
|
||||||
|
|
||||||
export * from './controllers/index';
|
export * from './controllers/index.js';
|
||||||
export * from './decorators/index';
|
export * from './decorators/index.js';
|
||||||
export * from './middlewares/index';
|
export * from './middlewares/index.js';
|
||||||
Loading…
Add table
Add a link
Reference in a new issue