mirror of
https://github.com/openshiporg/openship.git
synced 2026-06-19 07:35:55 +00:00
27b0227134
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
// keystone.ts - Main entry point for Keystone
|
|
import config from './features/keystone';
|
|
|
|
export default config; |