1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 15:05:32 +02:00
This commit is contained in:
syuilo
2018-04-07 06:58:39 +09:00
parent a0c6e7af1c
commit b98e67bca4

View File

@@ -11,7 +11,7 @@ import * as bodyParser from 'body-parser';
import * as favicon from 'serve-favicon';
import * as compression from 'compression';
const client = `${__dirname}/../../client/`;
const client = path.resolve(`${__dirname}/../../client/`);
// Create server
const app = express();