Skip to content

Commit

Permalink
Update lib/test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse authored Jan 10, 2025
1 parent 6002587 commit 777a4e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const singleTask = async (taskName: string, url: string) => {
(async () => {
await singleTask('Vercel API fetching', 'https://typeid-contract-cell-deps.vercel.app/api/cell-deps');
await singleTask('Vercel static fetching', 'https://typeid-contract-cell-deps.vercel.app/deployment/cell-deps.json');
await singleTask(
await singleTask('Cold Fetch:', 'https://typeid-contract-cell-deps.vercel.app/api/cell-deps');
await singleTask('Fetch Vercel edge cache:', 'https://typeid-contract-cell-deps.vercel.app/api/cell-deps');
'GitHub static fetching',
'https://raw.githubusercontent.com/utxostack/typeid-contract-cell-deps/main/deployment/cell-deps.json',
);
Expand Down

0 comments on commit 777a4e9

Please sign in to comment.