mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
switch deploy method
This commit is contained in:
6
src/routes/+error.svelte
Normal file
6
src/routes/+error.svelte
Normal file
@@ -0,0 +1,6 @@
|
||||
<script>
|
||||
import {page} from "$app/stores"
|
||||
</script>
|
||||
|
||||
<h1>{$page.status}</h1>
|
||||
<pre>{$page.error.message}</pre>
|
||||
Reference in New Issue
Block a user