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