1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-12 18:28:03 +01:00
Pinafore-Web-Client-Frontend/server.js
2019-02-12 23:12:50 -08:00

6 lines
96 B
JavaScript
Executable File

#!/usr/bin/env node
process.env.PORT = process.env.PORT || 4002
require('./__sapper__/build')