mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 17:18:48 -04:00
- Built the frontend in separate packages until we migrated everything to Vue 3. - Separate logic into two packages controlled by main package.json Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 lines
392 B
TOML
10 lines
392 B
TOML
version = 1
|
|
SPDX-PackageName = "nextcloud"
|
|
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
|
|
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/server"
|
|
|
|
[[annotations]]
|
|
path = ["package.json", "package-lock.json", "tsconfig.json"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2025 Nextcloud GmbH and Nextcloud contributors"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|