mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-15 12:24:47 +00:00
fix tests
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
// generated by sapper build at 2018-05-04T03:03:00.914Z
|
||||
process.env.NODE_ENV = process.env.NODE_ENV || 'production';
|
||||
process.env.SAPPER_DEST = require('path').resolve(__dirname, 'build');
|
||||
process.env.PORT = process.env.PORT || 3000;
|
||||
|
||||
console.log('Starting server on port ' + process.env.PORT);
|
||||
require('./build/server.js');
|
||||
Reference in New Issue
Block a user