mirror of
https://github.com/nextcloud/server.git
synced 2025-12-18 15:56:14 -05: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>
7 lines
196 B
TypeScript
7 lines
196 B
TypeScript
/*!
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: CC0-1.0
|
|
*/
|
|
|
|
// stub - for the moment see build/frontend/vite.config.ts
|
|
export default {}
|