From e99b51895afd532a529744396ecae87d47c68503 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 21 Jun 2020 14:29:59 +0300 Subject: feat: change hooks and install which-types --- app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.ts') diff --git a/app.ts b/app.ts index 0623ef3..4d699fb 100644 --- a/app.ts +++ b/app.ts @@ -1,7 +1,7 @@ import feathers from '@feathersjs/feathers'; import express from '@feathersjs/express'; import socketio from '@feathersjs/socketio'; -import configuration from '@feathersjs/configuration' +import configuration from '@feathersjs/configuration'; import '@feathersjs/transport-commons'; import cors from 'cors'; -- cgit v1.2.3