update package.json and remove COMPLIANCE.md

This commit is contained in:
Milo Schwartz 2025-01-05 12:55:43 -05:00
parent e2601e9116
commit 3e3ee58543
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

View file

@ -11,7 +11,7 @@ Pangolin is a self-hosted tunneled reverse proxy management server with identity
<img src="public/screenshots/sites.png" alt="Preview"/> <img src="public/screenshots/sites.png" alt="Preview"/>
_Sites page of Pangolin showing multiple site-to-site tunnels connected to the central server._ _Sites page of Pangolin dashboard (dark mode) showing multiple tunnels connected to the central server._
## Key Features ## Key Features

View file

@ -9,7 +9,7 @@
"type": "git", "type": "git",
"url": "https://github.com/fosrl/pangolin" "url": "https://github.com/fosrl/pangolin"
}, },
"license": "SEE LICENSE IN LICENSE.md AND README.md", "license": "SEE LICENSE IN LICENSE AND README.md",
"scripts": { "scripts": {
"dev": "NODE_ENV=development ENVIRONMENT=dev tsx watch server/index.ts", "dev": "NODE_ENV=development ENVIRONMENT=dev tsx watch server/index.ts",
"db:generate": "drizzle-kit generate", "db:generate": "drizzle-kit generate",