mirror of
https://github.com/parabirb/freeremote-client.git
synced 2025-12-15 07:23:24 -05:00
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
|
|
import adapter from '@sveltejs/adapter-static';
|
||
|
|
|
||
|
|
const config = { kit: { adapter: adapter() } };
|
||
|
|
|
||
|
|
export default config;
|