qwen-code/packages/server/src/index.ts

10 lines
166 B
TypeScript
Raw Normal View History

/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
2025-04-19 05:37:02 +08:00
export function helloServer() {
// TODO: add more things in this package
}