mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-15 22:57:20 +02:00
cors: make hostname configurable via env variable
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
// See also https://aka.ms/tsconfig/module
|
||||
"module": "nodenext",
|
||||
"target": "esnext",
|
||||
"types": [],
|
||||
"types": [
|
||||
"bun-types"
|
||||
],
|
||||
// For nodejs:
|
||||
// "lib": ["esnext"],
|
||||
// "types": ["node"],
|
||||
|
||||
Reference in New Issue
Block a user