REST Service for POPCORN - ILIAS
alex
2025-08-01 39bb717c40c538bc16f1cef7d9737ac619a0ead4
use other vite port
2 files modified
4 ■■■ changed files
app.js 3 ●●●● patch | view | raw | blame | history
vite.config.js 1 ●●●● patch | view | raw | blame | history
app.js
@@ -299,7 +299,8 @@
/////////////////////////////////////////////////////////////////////////
fastify.listen({port: settings.port}, function (err, address) {
   log.info("📡 -=> Listening on", address)
   console.log(address)
   log.info(`📡 -=> Listening on ${address}`)
   if (err) {
      // fastify.log.error(err)
      log.error(err)
vite.config.js
@@ -30,6 +30,7 @@
      },
   },
   server: {
      port: 6123,
      proxy: {
         '/api': {
            target: 'http://localhost:4101',