UNPKG

@sagaegmi/prompthub-cli

Version:

PromptHub CLI - A powerful version control system for AI prompts with team collaboration features

12 lines 185 B
export default { presets: [ ['@babel/preset-env', { targets: { node: 'current', }, }], ], plugins: [ ['@babel/plugin-syntax-import-meta'], ], };