install deps

This commit is contained in:
R. Tyler Croy 2018-08-11 14:59:49 -07:00
parent 726d34c3fd
commit 0d78824506
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,2 @@
[config]
project = backend
command = npm start
project = ./backend

View File

@ -1,4 +1,5 @@
const feathers = require('@feathersjs/feathers');
import feathers from '@feathersjs/feathers';
// import express from '@feathersjs/express';
// import from '@featherjs/configuration'