UNPKG
precious-metal-mcp
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
An MCP tool to get precious metal prices.
showkawa/fastmcp
precious-metal-mcp
/
dist
/
vitest.config.js
9 lines
(8 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
config_1 =
require
(
"vitest/config"
);
exports
.
default
= (
0
, config_1.
defineConfig
)({
test
: {
// Vitest configuration options
}, });