Skip to content
Snippets Groups Projects
Commit 28cd0af6 authored by roshan's avatar roshan
Browse files

seed.ts fix

parent 75e2bc3f
Branches
No related tags found
No related merge requests found
......@@ -1686,3 +1686,7 @@ async function run() {
}
export { run };
if (require.main === module) {
run();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment