testing out a swap to a handler for electron

This commit is contained in:
Luke Hagar
2025-07-03 13:50:39 -05:00
parent 87c8ceb458
commit e2eda959b0
10 changed files with 2986 additions and 831 deletions

View File

@@ -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;