<?php
const FRONT_URL_CONSTANT = "http://localhost:5173";
function _asset(string $assetURI): string {
return FRONT_URL_CONSTANT . "/" . $assetURI;
}