Skip to content

Instantly share code, notes, and snippets.

View james0r's full-sized avatar

James Auble james0r

View GitHub Profile
@chrispage1
chrispage1 / Vite.php
Created July 16, 2023 17:04
Vite with WordPress
<?php
class Vite {
/**
* Flag to determine whether hot server is active.
* Calculated when Vite::initialise() is called.
*
* @var bool
*/