aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/vms
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-09-21 01:13:25 +0000
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-09-21 01:13:25 +0000
commit9d26295c65d2c68ae5012bea1b20ea7e45e93325 (patch)
tree3616eccafc248e25eb7f0e8c93e15b2863e8a502 /src/routes/vms
parent11877824040ed2b92dab0efe04d7b24c64fa39cd (diff)
downloadcrunched-master.tar.gz
crunched-master.tar.bz2
crunched-master.tar.lz
crunched-master.zip

feat: misc changes before hopefully actually starting

HEADmaster
Diffstat (limited to 'src/routes/vms')
-rw-r--r--src/routes/vms/+page.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/routes/vms/+page.ts b/src/routes/vms/+page.ts
new file mode 100644
index 0000000..fb0ce3c
--- /dev/null
+++ b/src/routes/vms/+page.ts
@@ -0,0 +1,5 @@
+export const load = ({ fetch }) => {
+ return {
+ todo: 'use /api/v1/vms/list',
+ };
+};