1 Star 0 Fork 0

Yimi/sveltekit-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
svelte.config.js 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yimi 提交于 2024-07-10 13:25 . feat: 新增基础代码
import adapter from '@sveltejs/adapter-node'
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
/** @type {import('@sveltejs/kit').Config} */
const config = {
// @see https://kit.svelte.dev/docs/integrations#preprocessors
preprocess: vitePreprocess(),
kit: {
// @see 适配器 https://kit.svelte.dev/docs/adapters
adapter: adapter()
}
}
export default config
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yimicat/sveltekit-template.git
git@gitee.com:yimicat/sveltekit-template.git
yimicat
sveltekit-template
sveltekit-template
main

搜索帮助