Started editing and adding real content.
This commit is contained in:
parent
0d7706512c
commit
ba947ebaa0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ var express = require('express')
|
|||
|
||||
var app = express();
|
||||
|
||||
var database = new sqlite.Database('game.db');
|
||||
var database = new sqlite.Database('/home/reset/tyedye/game.db');
|
||||
|
||||
// Custom compile function for using nib alongside stylus
|
||||
function compile(str, path) {
|
||||
|
|
Loading…
Reference in a new issue