Skip to content

Commit

Permalink
feat(nanotron): use pre-handlers package
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar committed Oct 28, 2024
1 parent 6578a63 commit 11595c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/nanotron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"dependencies": {
"@alwatr/crypto": "workspace:^",
"@alwatr/nanolib": "^1.3.0",
"@alwatr/nanotron-api-server": "workspace:^"
"@alwatr/nanotron-api-server": "workspace:^",
"@alwatr/pre-handlers": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/nanotron/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import {packageTracer} from '@alwatr/nanolib';

export * from '@alwatr/nanotron-api-server';
export * from '@alwatr/crypto';
export * from '@alwatr/pre-handlers';

__dev_mode__: packageTracer.add(__package_name__, __package_version__);
2 changes: 1 addition & 1 deletion packages/nanotron/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"types": ["node", "@alwatr/nano-build", "@alwatr/type-helper"]
},
"include": ["src/**/*.ts"],
"references": [{"path": "../api-server"}, {"path": "../crypto"}],
"references": [{"path": "../api-server"}, {"path": "../pre-handlers"}],
}

0 comments on commit 11595c8

Please sign in to comment.