update readme

This commit is contained in:
2025-10-08 14:23:46 +07:00
parent 9c177abda0
commit 070ce26b3d
9 changed files with 388 additions and 53 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "catsave-monorepo",
"name": "nekoflow-monorepo",
"version": "1.0.0",
"private": true,
"workspaces": [
"apps/web"
],
"scripts": {
"dev:web": "npm --workspace @catsave/web run dev",
"dev:web": "npm --workspace @nekoflow/web run dev",
"dev:go": "cd apps/server-go && go run main.go",
"build:web": "npm --workspace @catsave/web run build",
"build:web": "npm --workspace @nekoflow/web run build",
"sync:static": "bash scripts/sync-static.sh",
"build:dev": "npm run build:web && npm run sync:static",
"build:go": "bash scripts/build-go.sh",