initial
This commit is contained in:
20
ts/plugins.ts
Normal file
20
ts/plugins.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* Centralized dependency imports for GitOps
|
||||
*/
|
||||
|
||||
// Deno Standard Library
|
||||
import * as path from '@std/path';
|
||||
import * as fs from '@std/fs';
|
||||
import * as encoding from '@std/encoding';
|
||||
|
||||
export { path, fs, encoding };
|
||||
|
||||
// TypedRequest/TypedServer infrastructure
|
||||
import * as typedrequest from '@api.global/typedrequest';
|
||||
import * as typedserver from '@api.global/typedserver';
|
||||
export { typedrequest, typedserver };
|
||||
|
||||
// Auth & Guards
|
||||
import * as smartguard from '@push.rocks/smartguard';
|
||||
import * as smartjwt from '@push.rocks/smartjwt';
|
||||
export { smartguard, smartjwt };
|
||||
Reference in New Issue
Block a user