mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-02-05 22:04:24 +01:00
feat: add i18n support, avaiable languages are 'en' and 'ja'
This commit is contained in:
@@ -10,6 +10,7 @@ if [ -d "dist/standalone" ]; then
|
||||
rm -rf dist/standalone
|
||||
fi
|
||||
|
||||
pnpm lingui:compile
|
||||
pnpm exec next build
|
||||
cp -r public .next/standalone/
|
||||
cp -r .next/static .next/standalone/.next/
|
||||
|
||||
Reference in New Issue
Block a user