character-records-generator/svelte.config.js
lew b05094b4d2
minor tweaks and fixes (#16)
* style: revive -^> resuscitate

* build(adapter): we can just use adapter-auto

* fix(subspecies): allows for custom subspecies names

* chore(+page): file input is stateful
2026-03-24 22:20:16 +00:00

10 lines
169 B
JavaScript

import adapter from '@sveltejs/adapter-auto';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
}
};
export default config;