mirror of
https://github.com/withastro/astro.git
synced 2025-01-22 10:31:53 -05:00
[ci] format
This commit is contained in:
parent
820eee334b
commit
31668a1bde
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue