Skip to content

Commit

Permalink
Merge pull request #234 from yahu1031/module_crash_fix
Browse files Browse the repository at this point in the history
fix: Fix added for module template for setup-tables
  • Loading branch information
vlidholt committed Sep 7, 2022
2 parents 255abcc + a0a237c commit 9035dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/serverpod_cli/bin/create/create.dart
Expand Up @@ -336,7 +336,7 @@ Future<void> performCreate(
'Unknown template: $template (valid options are "server" or "module")');
}

if (dockerConfigured) {
if (dockerConfigured && template != 'module') {
await CommandLineTools.createTables(projectDir, name);

printwwln('');
Expand Down

0 comments on commit 9035dc8

Please sign in to comment.