Continued migrating to Simpl-Schema and imports

This commit is contained in:
Stefan Zermatten
2018-10-19 14:01:23 +02:00
parent 989706483a
commit 7cda854d22
31 changed files with 391 additions and 710 deletions

5
app/sharedMain.js Normal file
View File

@@ -0,0 +1,5 @@
import SimpleSchema from 'simpl-schema';
if (Meteor.isDevelopment){
SimpleSchema.debug = true
}