mirror of https://github.com/TZGyn/shortener
test sveltekit env module on railway
parent
3ed4475de4
commit
2e6c2f3438
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import { PUBLIC_SHORTENER_URL } from '$env/static/public'
|
||||
</script>
|
||||
|
||||
<div>{PUBLIC_SHORTENER_URL}</div>
|
||||
Loading…
Reference in New Issue