chore: add notice

This commit is contained in:
binekrasik
2026-05-22 23:57:40 +02:00
parent 071d4e3aa4
commit 085cec8dc0

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