Intelligence

Artifacts

Browse the repository, read documents, and manage the governance folders. Source, runtime, and infrastructure are read-only.

Repository
README.md
repositories/aaf-holdings/hq01/next.config.mjs
422 B
/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
  // HQ01 reads operating-system content directly from the repository at request
  // time (Server Components + fs). No database, no API, no runtime AI.
  experimental: {
    // Allow the content layer to read files outside the app directory
    // (the AAF workspace root) during server rendering.
  },
};

export default nextConfig;

root · /srv/aaf