Skip to content

Instantly share code, notes, and snippets.

View campbellanderson's full-sized avatar

Campbell Anderson campbellanderson

View GitHub Profile
@campbellanderson
campbellanderson / index.js
Last active December 23, 2015 14:19
Starting sails without the webserver
var SailsOrm = require([path to sails]'/lib/hooks/orm');
var _ = require( 'lodash' );
var async = require('async');
function orm ()
{
/**
* Start the ORM layer
*