General clean up of the new AE Sponsorships app. Making it portable too.

This commit is contained in:
Scott Idem
2024-02-08 17:51:38 -05:00
parent 06e0c98e68
commit 7775b88b35
9 changed files with 1356 additions and 1184 deletions

View File

@@ -1,4 +1,6 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
// import adapter from '@sveltejs/adapter-static';
// import adapter from '@sveltejs/adapter-node';
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
@@ -10,4 +12,26 @@ export default {
if (warning.code.includes("a11y")) return;
handler(warning);
},
// kit: {
// 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,
// // output directory:
// // target: 'dist_x',
// // default options are shown
// out: 'build_x',
// precompress: false,
// envPrefix: ''
// })
// }
}