diff --git a/server.js b/server.js index 37bb6a97c..2cef36951 100644 --- a/server.js +++ b/server.js @@ -13,3 +13,4 @@ app.use(express.static('./dist')); app.get('*', (_req, res) => { res.sendFile(path.join(__dirname, 'dist/index.html')) }) +app.listen(3000);