mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 12:39:13 +08:00
4 lines
150 B
Text
4 lines
150 B
Text
import { Adapter } from '@sveltejs/kit';
|
|
import './ambient.js';
|
|
|
|
export default function plugin(opts?: { split?: boolean; edge?: boolean }): Adapter;
|