import type { HarstaUserConfig } from '../types'

export function defineConfig(config: HarstaUserConfig) {
  return config
}
