diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 3924568..a86b1c6 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -3,7 +3,10 @@ "allow": [ "Bash(tree:*)", "Bash(npm install:*)", - "Bash(npm run build:*)" + "Bash(npm run build:*)", + "Bash(nginx -t:*)", + "Bash(sudo nginx:*)", + "Bash(ln -s:*)" ] } } diff --git a/package.json b/package.json index 8f58703..96057f6 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "server": "node server/index.js", "dev:all": "concurrently \"npm run dev\" \"npm run server\"", "build": "vite build", + "buildmac": "vite build && rm -rf /opt/homebrew/var/www/signsync && cp -r dist /opt/homebrew/var/www/signsync", "lint": "eslint .", "preview": "vite preview" },