mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
feat: add dev-runner script with tailscale-auth mode
Replace inline env vars in package.json dev scripts with a dedicated node script that supports --tailscale-auth for private-network dev. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d2d927bd2f
commit
7f58e783dd
3 changed files with 70 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "PAPERCLIP_UI_DEV_MIDDLEWARE=true pnpm --filter @paperclip/server dev",
|
||||
"dev:watch": "PAPERCLIP_UI_DEV_MIDDLEWARE=true PAPERCLIP_MIGRATION_PROMPT=never pnpm --filter @paperclip/server dev:watch",
|
||||
"dev": "node scripts/dev-runner.mjs dev",
|
||||
"dev:watch": "PAPERCLIP_MIGRATION_PROMPT=never node scripts/dev-runner.mjs watch",
|
||||
"dev:server": "pnpm --filter @paperclip/server dev",
|
||||
"dev:ui": "pnpm --filter @paperclip/ui dev",
|
||||
"build": "pnpm -r build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue