Fix import path

This commit is contained in:
Andrew Kingston 2025-04-07 14:21:02 +01:00
parent cbcbb86e0a
commit ff1069bb92
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import crypto from "crypto"
import { app } from "../cache"
import { Feature } from "@budibase/types"
import { env as coreEnv } from "@budibase/backend-core"
import coreEnv from "../environment"
const CSP_DIRECTIVES = {
"default-src": ["'self'"],