mirror of
https://github.com/LukeHagar/sveltekit-adapters.git
synced 2025-12-09 04:21:38 +00:00
testing out a swap to a handler for electron
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
// adapter-electron.js
|
||||
import { fileURLToPath } from 'url';
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
|
||||
const files = fileURLToPath(new URL('./files', import.meta.url).href);
|
||||
|
||||
/** @type {import('./index.js').default} */
|
||||
export default function (opts = {}) {
|
||||
const { out = 'out/renderer', options } = opts;
|
||||
|
||||
Reference in New Issue
Block a user