Skip to content

Instantly share code, notes, and snippets.

@diproart
Created November 15, 2014 21:07
Show Gist options
  • Select an option

  • Save diproart/d802ce151a4bd8e157d7 to your computer and use it in GitHub Desktop.

Select an option

Save diproart/d802ce151a4bd8e157d7 to your computer and use it in GitHub Desktop.
// static serve
var path = require('path');
var loopback = require('loopback');
module.exports = function(server){
server.use(loopback.static(path.resolve(__dirname, '../../client')));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment