llama-stack-mirror/src/llama_stack_ui/next.config.js
Eric Huang afab6569f0 chore(ui): add npm package and dockerfile
# What does this PR do?


## Test Plan
# What does this PR do?


## Test Plan
2025-11-06 22:28:52 -08:00

10 lines
223 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
// TODO: Remove this once we fix the build errors
ignoreBuildErrors: true,
},
output: 'standalone',
};
module.exports = nextConfig;