Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { Plugin as VitePlugin } from 'vite';
|
||||
import type { RoutesList } from '../types/astro.js';
|
||||
interface PagePluginOptions {
|
||||
routesList: RoutesList;
|
||||
}
|
||||
export declare function pluginPage({ routesList }: PagePluginOptions): VitePlugin;
|
||||
export {};
|
||||
Reference in New Issue
Block a user