Update README.md to reflect new project structure and instructions for Svelte project setup and development.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import cloudflare from '@sveltejs/adapter-cloudflare';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
kit: {
|
||||
adapter: cloudflare({
|
||||
// Cloudflare Pages with Functions (default)
|
||||
platformProxy: {
|
||||
enabled: true
|
||||
}
|
||||
})
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user