mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
13 lines
280 B
JavaScript
Vendored
13 lines
280 B
JavaScript
Vendored
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
throw new Error('Use react-server-dom-bun/client instead.');
|