1 Commits
schpr ... main

Author SHA1 Message Date
binekrasik
16c81e5d07 revert: "add notice" 2026-05-23 14:55:36 +02:00

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 INFO_COMMENT: string | null = "This branch is a part of a school project."
export const INFO_COMMENT: string | null = null
// initialize object store for webfs
let WebfsDatabase: IDBDatabase | null = null