25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
9 satır
150 B
9 satır
150 B
4 yıl önce
|
import { Meteor } from 'meteor/meteor';
|
||
|
import "/lib/MyRes"
|
||
|
|
||
|
import "./publication"
|
||
|
|
||
|
Meteor.startup(() => {
|
||
|
// code to run on server at startup
|
||
|
});
|