summaryrefslogtreecommitdiff
path: root/packages/server/src/index.ts
blob: 883c7aae06bbc27330da52f095ae5f6144f71ef8 (plain)
1
2
3
4
5
6
7
8
9
/**
 * @license
 * Copyright 2025 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */

export function helloServer() {
  // TODO: add more things in this package
}