mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
14 lines
271 B
TypeScript
14 lines
271 B
TypeScript
import {
|
|
channelConfigContractPatterns,
|
|
createContractsVitestConfig,
|
|
} from "./vitest.contracts-shared.ts";
|
|
|
|
export default createContractsVitestConfig(
|
|
channelConfigContractPatterns,
|
|
process.env,
|
|
process.argv,
|
|
{
|
|
name: "contracts-channel-config",
|
|
},
|
|
);
|