e06adaa081
- npm workspaces: shared/, server/ - shared/turn.js: port turn logic verbatim from App.js (bugs preserved) - 39 characterization tests lock current behavior - gitignore: sqlite data, logs
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
// @ttrpg/shared — barrel export.
|
|
module.exports = require('./turn.js');
|