mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
disable test case temporary
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.879.0",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@modelcontextprotocol/sdk": "^1.17.3",
|
||||
"@swc/helpers": "^0.5.17",
|
||||
|
||||
@@ -4,10 +4,8 @@ import { LinksCollection } from '/imports/api/links';
|
||||
import { StreamableHTTPClientTransport } from '@modelcontextprotocol/sdk/client/streamableHttp.js';
|
||||
import '@helper/alias';
|
||||
import ReactAlias from '@react/alias';
|
||||
import { S3Client } from '@aws-sdk/client-s3';
|
||||
|
||||
console.log('@react/alias loaded', ReactAlias.version);
|
||||
console.log('S3client loaded', !!S3Client);
|
||||
|
||||
async function insertLink({ title, url }) {
|
||||
await LinksCollection.insertAsync({ title, url, createdAt: new Date() });
|
||||
|
||||
Reference in New Issue
Block a user