ede6c3d118
- Created .gitignore to exclude unnecessary files - Added .npmrc for pnpm configuration - Initialized deno.lock for dependency management - Configured Netlify and Vercel deployment settings - Created package.json with essential scripts and dependencies - Added README.md with project introduction and usage instructions - Included example slides in slides.md and imported slides functionality - Developed a Counter component for interactive presentations - Added external snippets for code examples
8 lines
144 B
JSON
8 lines
144 B
JSON
{
|
|
"rewrites": [
|
|
{ "source": "/(.*)", "destination": "/index.html" }
|
|
],
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "dist"
|
|
}
|