fix: fix an issue if you had no allowed PUT/DELETE paths for static

uploads
This commit is contained in:
Andy Burke 2025-08-12 12:25:12 -07:00
parent da30c60896
commit a9f3fd9167
4 changed files with 122 additions and 21 deletions

View file

@ -2,7 +2,7 @@ import * as asserts from '@std/assert';
import { EPHEMERAL_SERVER, get_ephemeral_listen_server } from './helpers.ts';
Deno.test({
name: 'check that _preload.ts files work',
name: 'check that _pre.ts files work',
permissions: {
env: true,
read: true,