routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { AstroIntegration } from 'astro';
|
||||
import { Options } from './types.mjs';
|
||||
import 'vite';
|
||||
|
||||
declare function export_default(options: Options): AstroIntegration;
|
||||
|
||||
export { export_default as default };
|
||||
Reference in New Issue
Block a user