Youtube music and video downloader

main.js 140B

123456
  1. import { Meteor } from 'meteor/meteor';
  2. import '../imports/api/links.js';
  3. Meteor.startup(() => {
  4. // code to run on server at startup
  5. });