mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +08:00
Move categories & messages to new monorepo structure
This commit is contained in:
parent
95fbb64d17
commit
06393dd07c
3 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ const fs = require('fs');
|
|||
const path = require('path');
|
||||
|
||||
const server = new Hapi.Server();
|
||||
console.log(process.env.PORT)
|
||||
server.connection({ port: process.env.PORT || 5100 });
|
||||
|
||||
const plugins = [Inert, Vision, HapiBasicAuth, {
|
||||
|
|
Loading…
Add table
Reference in a new issue