feat: der letzte Auftrag - Spielapp mit API backend
- HTML/CSS frontend mitQuest-System und Spieler-Management - Node.js/Express backend mit SQLite database - REST API endpoints für game state, spieler, notes - AI instructions documentation - Würfelfunktionen und Tracker-UI
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
'use strict';
|
||||
module.exports = require('./database');
|
||||
module.exports.SqliteError = require('./sqlite-error');
|
||||
Reference in New Issue
Block a user