From 272c9519b95789151358c43d1c175e60bbd79f2c Mon Sep 17 00:00:00 2001 From: chiko Date: Mon, 20 Oct 2025 16:38:28 +0200 Subject: [PATCH] renamed folder "app" to "src" --- {app => src}/app.ts | 0 {app => src}/component/event/event.types.ts | 0 {app => src}/component/event/events.ts | 0 {app => src}/component/event/index.ts | 0 {app => src}/notification.py | 0 {app => src}/sendNotification.ts | 0 {app => src}/sql.ts | 0 {app => src}/util.ts | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {app => src}/app.ts (100%) rename {app => src}/component/event/event.types.ts (100%) rename {app => src}/component/event/events.ts (100%) rename {app => src}/component/event/index.ts (100%) rename {app => src}/notification.py (100%) rename {app => src}/sendNotification.ts (100%) rename {app => src}/sql.ts (100%) rename {app => src}/util.ts (100%) diff --git a/app/app.ts b/src/app.ts similarity index 100% rename from app/app.ts rename to src/app.ts diff --git a/app/component/event/event.types.ts b/src/component/event/event.types.ts similarity index 100% rename from app/component/event/event.types.ts rename to src/component/event/event.types.ts diff --git a/app/component/event/events.ts b/src/component/event/events.ts similarity index 100% rename from app/component/event/events.ts rename to src/component/event/events.ts diff --git a/app/component/event/index.ts b/src/component/event/index.ts similarity index 100% rename from app/component/event/index.ts rename to src/component/event/index.ts diff --git a/app/notification.py b/src/notification.py similarity index 100% rename from app/notification.py rename to src/notification.py diff --git a/app/sendNotification.ts b/src/sendNotification.ts similarity index 100% rename from app/sendNotification.ts rename to src/sendNotification.ts diff --git a/app/sql.ts b/src/sql.ts similarity index 100% rename from app/sql.ts rename to src/sql.ts diff --git a/app/util.ts b/src/util.ts similarity index 100% rename from app/util.ts rename to src/util.ts