This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/init.js
Tom Moor ad51ac28b1
Table editing (#955)
* WIP

* Up deps
2019-05-25 11:26:51 -07:00

6 lines
145 B
JavaScript

// @flow
require('safestart')(__dirname);
require('babel-core/register');
require('babel-polyfill');
require('dotenv').config({ silent: true });