More qol.
This commit is contained in:
parent
2559685f78
commit
2bdd2c1c9d
16 changed files with 657 additions and 26 deletions
|
|
@ -1,6 +1,10 @@
|
|||
import adapter from '@sveltejs/adapter-static';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = { kit: { adapter: adapter() } };
|
||||
const config = {
|
||||
kit: { adapter: adapter() }, compilerOptions: {
|
||||
customElement: true
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue