Stub out story/controls and use code-mirror with vim for text-editing

This commit is contained in:
Yura Dupyn 2026-02-13 20:06:43 +01:00
parent c255e19c42
commit 6a0f95812a
11 changed files with 383 additions and 44 deletions

View file

@ -31,8 +31,7 @@ import { Versions } from './versions';
declare const versions: Versions; // preload
const information = document.getElementById('info') as HTMLElement;
information.innerText = `This app is using Chrome (v${versions.chrome()}), Node.js (v${versions.node()}), and Electron (v${versions.electron()})`;
console.log(`This app is using Chrome (v${versions.chrome()}), Node.js (v${versions.node()}), and Electron (v${versions.electron()})`);
async function func() {
const response = await versions.ping();