Add VPN warning

This commit is contained in:
Jeremy Morrell 2025-03-24 12:08:33 -07:00
parent cb4ad62adf
commit b217e08007
3 changed files with 53 additions and 0 deletions

View file

@ -18,6 +18,7 @@
}
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"check": "prettier --check . && tsc"
},