We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0367508 commit f9c8a72Copy full SHA for f9c8a72
.stacks/core/database/src/migrations/index.ts
@@ -54,7 +54,7 @@ generator client {
54
schema += '}\n\n';
55
}
56
57
- fs.writeFile('./.stacks/database/schema.prisma', schema, (err) => {
+ fs.writeFile('.stacks/database/schema.prisma', schema, (err) => {
58
if (err) {
59
console.error(`Error writing schema file: ${err.message}`);
60
return;
0 commit comments