[ci] format

This commit is contained in:
jasonlav 2025-01-22 07:47:27 +00:00 committed by astrobot-houston
parent 820eee334b
commit 31668a1bde

View file

@ -98,7 +98,7 @@ export default function createPlugin(options?: Options): AstroIntegration {
import { setup } from 'virtual:@astrojs/alpinejs/entrypoint';
setup(Alpine);
window.Alpine = Alpine;
document.addEventListener('DOMContentLoaded', () => Alpine.start());`
document.addEventListener('DOMContentLoaded', () => Alpine.start());`,
);
updateConfig({
vite: {