Skip to content

Instantly share code, notes, and snippets.

@rsvalerio
Created November 16, 2013 16:29
Show Gist options
  • Save rsvalerio/7502171 to your computer and use it in GitHub Desktop.
Save rsvalerio/7502171 to your computer and use it in GitHub Desktop.
couchapp.conf.js
'use strict'
var couchapp = require('couchapp'),
path = require('path'),
ddoc = {
_id: '_design/app',
views: {},
lists: {},
shows: {},
fulltext: {},
rewrites: [{
from: "/",
to: 'index.html'
}]
};
module.exports = ddoc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment