- Create robots.txt to allow all user agents and specify sitemap location - Add site.webmanifest for PWA support with app details - Initialize sitemap.xml with the homepage URL and metadata - Set up svelte.config.js for SvelteKit with static adapter and prerendering - Configure TypeScript with tsconfig.json for strict type checking and module resolution - Establish Vite configuration in vite.config.ts for SvelteKit integration
15 lines
151 B
Plaintext
15 lines
151 B
Plaintext
node_modules
|
|
.svelte-kit
|
|
.vercel
|
|
.netlify
|
|
build
|
|
dist
|
|
coverage
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|