Skip to content

Commit e46570e

Browse files
author
arnoson
committed
feat: make vite()->isDev() public
closes #43
1 parent 4c74e4e commit e46570e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kirby-vite/Vite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static function getInstance(): Vite {
2222
return self::$instance ??= new self();
2323
}
2424

25-
protected function isDev(): bool {
25+
public function isDev(): bool {
2626
return $this->isDev ??= F::exists($this->baseDir() . '/.dev');
2727
}
2828

0 commit comments

Comments
 (0)