seagull-js/seagull

View on GitHub
packages/seed/src/config.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Seed global config switch.
 */
const config = {
  seed: false,
}
export { config }