fix config
This commit is contained in:
parent
901db92c85
commit
fb7790cf56
3 changed files with 2 additions and 5 deletions
|
|
@ -1,3 +0,0 @@
|
|||
# This is committed to git
|
||||
# DO NOT STORE SECRETS IN THIS FILE
|
||||
# use .env.local for secrets
|
||||
2
packages/website/.gitignore
vendored
2
packages/website/.gitignore
vendored
|
|
@ -4,7 +4,7 @@ node_modules
|
|||
/.svelte-kit
|
||||
/package
|
||||
.env.sentry-build-plugin
|
||||
.env.local
|
||||
.env
|
||||
.env.*.local
|
||||
!.env.example
|
||||
.vercel
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
const rootDomain = process.env.VITE_DOMAIN; // or your server IP for dev
|
||||
|
||||
import { SENTRY_REPORT_URL } from './src/lib/config';
|
||||
import { SENTRY_REPORT_URL } from './src/lib/config.js';
|
||||
/**
|
||||
* @type {import("@sveltejs/kit").CspDirectives}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue