2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 19:55:27 +00:00

Start InvenTree server

This commit is contained in:
Oliver Walters
2022-05-21 21:03:43 +10:00
parent 63dd081a1c
commit 62b0fcbec5
3 changed files with 26 additions and 7 deletions

View File

@ -21,7 +21,7 @@ if __name__ == '__main__':
skips = [
'generated',
'l10n',
'dummy_dsn.dart',
'dsn.dart',
]
for path in dart_files: