2025-03-31 14:55:20 +01:00
|
|
|
//
|
|
|
|
|
// Copyright 2025 New Vector Ltd.
|
|
|
|
|
//
|
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|
|
|
|
// Please see LICENSE files in the repository root for full details.
|
|
|
|
|
//
|
|
|
|
|
|
2025-03-19 21:33:09 +00:00
|
|
|
import Foundation
|
|
|
|
|
|
|
|
|
|
public let appURL = Bundle.module.url(forResource: "index", withExtension: "html", subdirectory: "dist")
|
|
|
|
|
|
|
|
|
|
public let bundle = Bundle.module
|
2025-03-31 14:55:20 +01:00
|
|
|
|
|
|
|
|
public let version = "0.0.0"
|