mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 13:01:02 +00:00
update dependencies
This commit is contained in:
parent
d1c0eb8d17
commit
be06093f09
11 changed files with 253 additions and 260 deletions
22
svelte.config.js
Normal file
22
svelte.config.js
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
import sveltePreprocess from "svelte-preprocess";
|
||||
import vercel from "@sveltejs/adapter-vercel";
|
||||
|
||||
/** @type {import("@sveltejs/kit").Config} */
|
||||
const config = {
|
||||
// Consult https://github.com/sveltejs/svelte-preprocess
|
||||
// for more information about preprocessors
|
||||
preprocess: [
|
||||
sveltePreprocess({
|
||||
postcss: true,
|
||||
}),
|
||||
],
|
||||
|
||||
kit: {
|
||||
adapter: vercel(),
|
||||
|
||||
// hydrate the <div id="svelte"> element in src/app.html
|
||||
target: "#svelte",
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue