Skip to content

Instantly share code, notes, and snippets.

@zeekay
Created June 20, 2012 20:07
Show Gist options
  • Save zeekay/2961899 to your computer and use it in GitHub Desktop.
Save zeekay/2961899 to your computer and use it in GitHub Desktop.
die = require('die')
base: __dirname
app = die.createServer ->
@use '/app2', require 'app2'
@use '/app3', require 'app3'
@use '/app4', require 'app4'
module.exports = app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment