fix rendering issues on resource unauthorized

This commit is contained in:
Milo Schwartz
2024-11-29 21:48:48 -05:00
parent 5bbf32f6a6
commit 500a81aa42
8 changed files with 58 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "ENVIRONMENT=dev tsx watch server/index.ts",
"dev": "NODE_ENV=development ENVIRONMENT=dev tsx watch server/index.ts",
"db:generate": "drizzle-kit generate",
"db:push": "npx tsx server/db/migrate.ts",
"db:hydrate": "npx tsx scripts/hydrate.ts",