Init
This commit is contained in:
14
app/Tracy/Vite/Vite.php
Executable file
14
app/Tracy/Vite/Vite.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
class VitePanel implements Tracy\IBarPanel
|
||||
{
|
||||
public function getTab()
|
||||
{
|
||||
return file_get_contents(__DIR__ . '/Vite.html');
|
||||
}
|
||||
|
||||
public function getPanel()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user