Changeset 4fdbbe6 in Klonkt for src/server.js


Ignore:
Timestamp:
06/28/2026 11:34:40 AM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
5b1115b
Parents:
f1ee40e
Message:

chore(branding): drop the 'Beta' label — now just 'Klonkt' (on 1.0.0-rc1)

The 'Beta' suffix was a holdover from the beta period; the version is shown separately in the
footer anyway.

  • server.js — startup log
  • views/partials/footer.ejs — footer version link
  • middleware/render.js — default pageTitle fallback
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/server.js

    rf1ee40e r4fdbbe6  
    449449  const baseUrl = (process.env.PUBLIC_BASE_URL || '').replace(/\/+$/, '');
    450450  console.log('');
    451   console.log('🪶 Klonkt Beta');
     451  console.log('🪶 Klonkt');
    452452  console.log(`   ${baseUrl || `http://localhost:${PORT}`}`);
    453453  if (baseUrl) console.log(`   (bound to ${HOST}:${PORT})`);
Note: See TracChangeset for help on using the changeset viewer.