Added sample env
This commit is contained in:
parent
88f36575fb
commit
f6dd25c988
@ -1,5 +1,9 @@
|
||||
<script>
|
||||
import { OpenAPI } from '@odit/lfk-client-js';
|
||||
import { env } from '$env/dynamic/public';
|
||||
import '../app.postcss';
|
||||
|
||||
OpenAPI.BASE = env.PUBLIC_BASE_URL || 'https://run.lauf-fuer-kaya.de';
|
||||
</script>
|
||||
|
||||
<slot />
|
||||
|
Loading…
x
Reference in New Issue
Block a user