mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 21:09:30 +08:00
4 lines
108 B
Text
4 lines
108 B
Text
import { Adapter } from '@sveltejs/kit';
|
|
import './ambient.js';
|
|
|
|
export default function plugin(): Adapter;
|