trying to get the host game lobby work with the newer rDB

This commit is contained in:
RezHackXYZ 2025-05-15 19:42:58 +05:30
parent caff3cef7c
commit 2b9b5c3b39
No known key found for this signature in database
20 changed files with 213 additions and 355 deletions

View file

@ -6,16 +6,16 @@ const config = {
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter({
// default options are shown. On some platforms
// these options are set automatically — see below
pages: 'build',
assets: 'build',
fallback: undefined,
precompress: false,
strict: true
})
adapter: adapter()
}
};
export default config;
export default config;