Skip to content

Commit 1387deb

Browse files
author
arnoson
committed
fix: register plugin properly
closes #54
1 parent 8d52a32 commit 1387deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kirby-vite/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
require_once __DIR__ . '/Vite.php';
66

7-
Kirby\Cms\App::plugin('arnoson/kirby-vite');
7+
Kirby\Cms\App::plugin('arnoson/kirby-vite', []);
88

99
function vite() {
1010
return Vite::getInstance();

0 commit comments

Comments
 (0)