mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix config
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
# This is committed to git
|
|
||||||
# DO NOT STORE SECRETS IN THIS FILE
|
|
||||||
# use .env.local for secrets
|
|
||||||
@@ -4,7 +4,7 @@ node_modules
|
|||||||
/.svelte-kit
|
/.svelte-kit
|
||||||
/package
|
/package
|
||||||
.env.sentry-build-plugin
|
.env.sentry-build-plugin
|
||||||
.env.local
|
.env
|
||||||
.env.*.local
|
.env.*.local
|
||||||
!.env.example
|
!.env.example
|
||||||
.vercel
|
.vercel
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
const rootDomain = process.env.VITE_DOMAIN; // or your server IP for dev
|
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}
|
* @type {import("@sveltejs/kit").CspDirectives}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user