import { Meteor } from 'meteor/meteor'; import { PlantTypesCollection } from '/imports/api/plantTypes'; Meteor.startup(() => { PlantTypesCollection.insert({plantType: "BAUM"}); });