chore: update subproject commit and modify prisma studio command
- Updated the subproject commit reference in epess-database to the latest version. - Modified the prisma studio command in package.json to use dotenv for environment variable management, enhancing configuration flexibility.
This commit is contained in:
Submodule epess-database updated: cf5e1bcf31...6ed88c39ed
@@ -19,7 +19,7 @@
|
|||||||
"prisma:reset": "npx prisma migrate reset --schema=./epess-database/prisma/schema.prisma",
|
"prisma:reset": "npx prisma migrate reset --schema=./epess-database/prisma/schema.prisma",
|
||||||
"prisma:seed": "npx prisma db seed --schema=./epess-database/prisma/schema.prisma",
|
"prisma:seed": "npx prisma db seed --schema=./epess-database/prisma/schema.prisma",
|
||||||
"prisma:format": "npx prisma format --schema=./epess-database/prisma/schema.prisma",
|
"prisma:format": "npx prisma format --schema=./epess-database/prisma/schema.prisma",
|
||||||
"prisma:studio": "npx prisma studio --schema=./epess-database/prisma/schema.prisma",
|
"prisma:studio": "dotenv -e .env -- npx prisma studio --schema=./epess-database/prisma/schema.prisma",
|
||||||
"biome:check": "biome check",
|
"biome:check": "biome check",
|
||||||
"biome:fix": "biome fix --write",
|
"biome:fix": "biome fix --write",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
|||||||
Reference in New Issue
Block a user