Continued migrating to Simpl-Schema and imports
This commit is contained in:
5
app/sharedMain.js
Normal file
5
app/sharedMain.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import SimpleSchema from 'simpl-schema';
|
||||
|
||||
if (Meteor.isDevelopment){
|
||||
SimpleSchema.debug = true
|
||||
}
|
||||
Reference in New Issue
Block a user