chore: whitelist server deploy files (#27056)

This commit is contained in:
Jason Rasmussen 2026-03-26 13:22:03 -04:00 committed by GitHub
parent 8dd0d7f34c
commit fae25dbe65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,10 @@
"author": "", "author": "",
"private": true, "private": true,
"license": "GNU Affero General Public License version 3", "license": "GNU Affero General Public License version 3",
"files": [
"bin",
"dist"
],
"scripts": { "scripts": {
"build": "nest build", "build": "nest build",
"format": "prettier --cache --check .", "format": "prettier --cache --check .",