You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Application-Web/profiles/dev-config-profile.php

13 lines
222 B

<?php
$hostname = getHostName();
$front_url = "http://$hostname:5173";
const _SUPPORTS_FAST_REFRESH = true;
function _asset(string $assetURI): string {
global $front_url;
return $front_url . "/" . $assetURI;
}