mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-10 15:55:53 +08:00
refactor: add cross-platform utility functions
This commit is contained in:
7
server/src/shared/platform/index.ts
Normal file
7
server/src/shared/platform/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// This barrel keeps future imports short while the backend migrates into TypeScript.
|
||||
export * from './path.js';
|
||||
export * from './runtime-platform.js';
|
||||
export * from './shell.js';
|
||||
export * from './stream.js';
|
||||
export * from './text.js';
|
||||
export * from './types.js';
|
||||
Reference in New Issue
Block a user