This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import express from 'express'; | |
import passport from 'passport'; | |
import {Strategy} from 'passport-github'; | |
import compression from 'compression'; | |
import sapper from 'sapper'; | |
import serve from 'serve-static'; | |
import {routes} from './manifest/server.js'; | |
import App from './App.html'; | |
import _ from '../SECRETS'; |