mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
chore: fix CORS issue in local development
This commit is contained in:
@@ -31,6 +31,7 @@ export default () =>
|
||||
port: 3001,
|
||||
host: true,
|
||||
https: httpsConfig,
|
||||
cors: true,
|
||||
fs:
|
||||
environment.NODE_ENV === "development"
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user