backend: Exports new path utility functions
Makes path utilities available for use.
This commit is contained in:
parent
6649712a68
commit
8c110da405
@ -6,3 +6,4 @@ export * from './src/helpers/index.js';
|
|||||||
export * from './src/environment.js';
|
export * from './src/environment.js';
|
||||||
export * from './src/config/index.js';
|
export * from './src/config/index.js';
|
||||||
export * from './src/middlewares/index.js';
|
export * from './src/middlewares/index.js';
|
||||||
|
export * from './src/utils/index.js';
|
||||||
|
|||||||
@ -2,3 +2,4 @@ export * from './array.utils.js';
|
|||||||
export * from './cookie.utils.js';
|
export * from './cookie.utils.js';
|
||||||
export * from './token.utils.js';
|
export * from './token.utils.js';
|
||||||
export * from './url.utils.js';
|
export * from './url.utils.js';
|
||||||
|
export * from './path.utils.js';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user