• This project
    • Loading...
  • Sign in

Rafael Lopez / ppto

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ppto
  • svelte.config.js
  • Rafael Lopez's avatar
    fix nav teclado · f1246636
    f1246636 Browse Files
    Rafael Lopez authored 2026-04-23 23:20:22 -0400
svelte.config.js 169 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
import adapter from '@sveltejs/adapter-node';

/** @type {import('@sveltejs/kit').Config} */
const config = {
	kit: {
		adapter: adapter()
	}
};

export default config;