MVPStudio / mvp-studio-web-cms

the repo for the static site.
https://mvpstudio.github.io/mvp-studio-web-cms/
MIT License
4 stars 0 forks source link

Initial database migration #83

Closed margielamadman closed 4 years ago

margielamadman commented 4 years ago

Currently running into a runtime error:

(node:5708) UnhandledPromiseRejectionWarning: SyntaxError: Cannot use import statement outside a module
./api/src/database/migrations/20191112124521_initial.ts:1
import * as Knex from 'knex';
^^^^^^

Running the latest Node LTS version.