Some config fields are mainly for the build system and production runtime. Most apps do not need to touch them, but they are useful when a package must stay external, imports need optimization, or the Docker image needs customization.
externalLibs: Packages kept as production runtime dependencies instead of only being bundled.
optimizeImports: Extra packages whose imports should be optimized by the client build.
barrelImports: Barrel import paths that Akan can flatten while scanning and bundling.
defaultDatabaseMode: Fallback database mode for commands that do not receive AKAN_DATABASE_MODE from the environment.