mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-24 08:44:21 +01:00
fix: fix bug conversation log syncronization
This commit is contained in:
@@ -6,6 +6,10 @@ if [ -d "dist/.next" ]; then
|
||||
rm -rf dist/.next
|
||||
fi
|
||||
|
||||
if [ -d "dist/standalone" ]; then
|
||||
rm -rf dist/standalone
|
||||
fi
|
||||
|
||||
pnpm exec next build
|
||||
cp -r public .next/standalone/
|
||||
cp -r .next/static .next/standalone/.next/
|
||||
|
||||
Reference in New Issue
Block a user