mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
bare allow local
This commit is contained in:
parent
f375344281
commit
695310fce9
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ import { chmodSync, writeFileSync } from "fs";
|
||||||
|
|
||||||
const bare = createBareServer("/bare/", {
|
const bare = createBareServer("/bare/", {
|
||||||
logErrors: true,
|
logErrors: true,
|
||||||
|
blockLocal: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
const fastify = Fastify({
|
const fastify = Fastify({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue