1
0
Dominik Pschenitschni
2022-02-18 12:29:39 +01:00
parent 95390390a7
commit 98cb14a86c
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ const express = require('express')
const app = express()
const p = path.join(__dirname, '..', 'dist-dev')
const port = 5000
const port = 4173
app.use(express.static(p))
// Handle urls set by the frontend