mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 18:13:44 +00:00
chore(ui): add npm package and dockerfile
# What does this PR do? ## Test Plan # What does this PR do? ## Test Plan
This commit is contained in:
parent
a2c4c12384
commit
afab6569f0
11 changed files with 278 additions and 13 deletions
10
src/llama_stack_ui/next.config.js
Normal file
10
src/llama_stack_ui/next.config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
typescript: {
|
||||
// TODO: Remove this once we fix the build errors
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue