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 b00809c commit 4fe076bCopy full SHA for 4fe076b
.stacks/core/database/src/factory/index.ts
@@ -15,7 +15,7 @@ function ${generateMethodName}(): SeedData {
15
export { ${generateMethodName} };
16
`
17
18
- fs.writeFileSync(`${path}/${fileName}`, factoryCode);
+ fs.writeFileSync(`${path}/${fileName}`, factoryCode)
19
}
20
21
export {
0 commit comments