mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
4cf54c60aa
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now
3 lines
177 B
TypeScript
3 lines
177 B
TypeScript
// @ts-nocheck
|
|
export { fromFileUrl } from 'https://deno.land/std@0.110.0/path/mod.ts';
|
|
export { assertEquals, assert } from 'https://deno.land/std@0.132.0/testing/asserts.ts';
|