chore: add info

This commit is contained in:
binekrasik
2026-05-22 23:54:10 +02:00
parent 3798a53395
commit d76119918d
2 changed files with 14 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ import { Terminal } from './terminal/Terminal'
import { EventBroadcaster } from './utils/EventBroadcaster'
export const WEBSHELL_VERSION = "0.2.1"
export const VERSION_COMMENT: string | null = "hi"
export const INFO_COMMENT: string | null = "hi"
// initialize object store for webfs
let WebfsDatabase: IDBDatabase | null = null