Finalize world travel V2

This commit is contained in:
Sean Morley
2024-09-13 20:53:48 -04:00
parent cc7c04b0ec
commit 4648ae7798
4 changed files with 56 additions and 39 deletions

View File

@@ -3,7 +3,7 @@ import type { PageServerLoad } from './$types';
const PUBLIC_SERVER_URL = process.env['PUBLIC_SERVER_URL'];
import type { Adventure } from '$lib/types';
import type { Actions, RequestEvent } from '@sveltejs/kit';
import type { Actions } from '@sveltejs/kit';
import { fetchCSRFToken, tryRefreshToken } from '$lib/index.server';
import { checkLink } from '$lib';