Skip to content

Commit cfe18e7

Browse files
committed
chore: update Prisma seed script path in package configuration
1 parent 692ef93 commit cfe18e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/remnawave/backend/issues"
1616
},
1717
"prisma": {
18-
"seed": "node dist/prisma/config.seed.js"
18+
"seed": "node dist/prisma/seed/config.seed.js"
1919
},
2020
"scripts": {
2121
"build": "nest build",

0 commit comments

Comments
 (0)