wip Pup 1.0.0
This commit is contained in:
commit
cdc15f019d
48 changed files with 1100 additions and 0 deletions
5
server/main.js
Normal file
5
server/main.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { Meteor } from 'meteor/meteor';
|
||||
|
||||
Meteor.startup(() => {
|
||||
// code to run on server at startup
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue