From 085cec8dc0892b5f4ac32397c0ddc917237a78e0 Mon Sep 17 00:00:00 2001 From: binekrasik Date: Fri, 22 May 2026 23:57:40 +0200 Subject: [PATCH] chore: add notice --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 2ffa4fa..f2040ec 100644 --- a/src/app.ts +++ b/src/app.ts @@ -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