@palamedes/config
v0.3.0
Published
Lean config loading for Palamedes projects
Readme
@palamedes/config
Lean config loading for Palamedes projects.
Use @palamedes/config when you want to author or load palamedes.config.ts files without pulling in a larger historical config surface.
Minimal Example
import { defineConfig } from "@palamedes/config"
export default defineConfig({
locales: ["en", "de"],
sourceLocale: "en",
catalogs: [
{
path: "src/locales/{locale}",
include: ["src"],
},
],
})Exports
defineConfig(config)loadPalamedesConfig(options?)CONFIG_FILENAMESexpandFallbackLocales(locales, fallbackLocales?)
License
MIT © 2026 Sebastian Software
