Skip to content

Commit

Permalink
log public env
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMarashi committed Aug 19, 2024
1 parent fbabdc9 commit eba256f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/stores/surrealdb_admin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import {SURREAL_PASS, SURREAL_USER} from "$env/static/private"
import * as PUBLIC_ENV from "$env/static/public"
console.log(PUBLIC_ENV)
import {PUBLIC_SURREAL_HOST, PUBLIC_SURREAL_NAMESPACE} from "$env/static/public"
import { TypedSurreal } from "$lib/queries"

Expand Down

0 comments on commit eba256f

Please sign in to comment.