mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
/**
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: CC0-1.0
|
|
*/
|
|
|
|
// stub - for the moment see build/frontend/vitest.config.ts
|
|
export default {}
|