Skip to content

Commit 8f3b9e4

Browse files
author
DylanBulmer
committed
export admin service
1 parent cce24e8 commit 8f3b9e4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codrjs/core",
3-
"version": "1.0.11-patch1",
3+
"version": "1.0.11-patch2",
44
"description": "An open-sourced customizable annotation tool",
55
"main": "./cjs/index.js",
66
"module": "./esm/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { default as Admin } from "./services/admin.js";
12
export { default as App } from "./services/app.js";
23
export { default as Mail } from "./services/mail/index.js";
34
export { default as Authentication } from "./services/auth.js";

0 commit comments

Comments
 (0)