Update market, account, and onion operations
Capture the current CyberLux UI, commerce, messaging, and Tor ops updates so local main can be pushed to the remote. Made-with: Cursor
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
"verify": "node scripts/verify.cjs",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "next start -H 127.0.0.1 -p 3000",
|
||||
"start:onion": "next start -H 127.0.0.1 -p 3000",
|
||||
"health:stack": "bash scripts/health-check-stack.sh",
|
||||
"diagnose:onion": "bash scripts/diagnose-onion-stack.sh",
|
||||
"onions:status": "node scripts/onion-status.cjs",
|
||||
"onions:list": "bash scripts/list-onion-urls.sh",
|
||||
"install:systemd": "bash -c 'echo Run: sudo CYBERLUX_USER=$USER bash scripts/install-systemd.sh'",
|
||||
|
||||
Reference in New Issue
Block a user