mdb-ui-kit/meteor/example/run.bat

6 lines
163 B
Batchfile
Raw Normal View History

mklink ..\..\package.js "meteor/package-noglyph.js"
mklink package.json "../../package.json"
set MONGO_URL=mongodb://
meteor run
del ..\..\package.js package.json