rename to excalidraw

This commit is contained in:
Michael Jerger 2025-02-18 12:57:12 +01:00
parent b907485778
commit c14ef6028b
9 changed files with 2 additions and 5328 deletions
build.py
infrastructure
excalidraw-backend/image/resources
excalidraw

View file

@ -23,8 +23,7 @@ def initialize(project):
"release_primary_build_file": "project.clj",
"release_secondary_build_files": [
"package.json",
"infrastructure/web/build.py",
"infrastructure/excalidraw-backend/build.py",
"infrastructure/excalidraw/build.py",
],
"release_artifact_server_url": "https://repo.prod.meissa.de",
"release_organisation": "meissa",

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@ from pybuilder.core import task, init
from ddadevops import *
name = "c4k-jitsi"
MODULE = "excalidraw-backend"
MODULE = "excalidraw"
PROJECT_ROOT_PATH = "../.."
version = "2.2.1-dev"