All checks were successful
Docker / build-and-push (push) Successful in 37s
8 more entries (16 total, up from 8): three more code snippets across delve-term/stash/goonk for variety, plus five real lore/flavor text fragments -- two from adventure's Chronicle of the Keepers (English) and three from djupet's event log (Swedish, on purpose -- genuinely different character set, and it's real shipped content, not filler). Added a `type` field (code/lore) to every entry for future use (could filter by type later) and updated the header/help-modal copy to stop saying "code" exclusively now that it isn't. Verified via simulated typing: a full Swedish snippet (öäå included) types and finishes correctly with 100% accuracy, and a lore snippet renders and completes the same as any code one. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"name": "typo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "A tiny typing test served as a static app",
|
|
"scripts": {
|
|
"dev": "serve -l 8850 .",
|
|
"start": "npm run dev"
|
|
},
|
|
"devDependencies": {
|
|
"serve": "^14.2.4"
|
|
}
|
|
}
|