Added Example

This commit is contained in:
Shivam Meena
2022-10-31 00:29:51 +05:30
parent 1ae2620d7b
commit 46c22edd60
24 changed files with 5155 additions and 83 deletions

10
examples/svelte.config.js Normal file
View File

@@ -0,0 +1,10 @@
import adapter from '@sveltejs/adapter-auto';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
}
};
export default config;