mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-28 09:54:23 +01:00
feat: implement watch claude code project folders and sync state
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "run-p 'dev:*'",
|
||||
"dev:next": "next dev -p 3400 --turbopack",
|
||||
"build": "next build",
|
||||
"build": "next build && cp -r public .next/standalone/ && cp -r .next/static .next/standalone/.next/",
|
||||
"lint": "run-s 'lint:*'",
|
||||
"lint:biome-format": "biome format .",
|
||||
"lint:biome-lint": "biome check .",
|
||||
|
||||
Reference in New Issue
Block a user