Rebrand: Character Sandbox → The Howling Whispers

This commit is contained in:
2026-06-30 17:04:39 +02:00
parent 2b5b7bb50c
commit db1e9a77d3
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ app.get('/api/health', (req, res) => {
});
app.listen(PORT, () => {
console.log(`Character Sandbox API running on http://localhost:${PORT}`);
console.log(`The Howling Whispers API running on http://localhost:${PORT}`);
});
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "character-sandbox-server",
"name": "thw-server",
"version": "1.0.0",
"description": "Backend for the character sandbox",
"description": "Backend for The Howling Whispers",
"main": "index.js",
"type": "module",
"scripts": {