Added vite additional server allowed host

This commit is contained in:
2025-04-13 00:00:44 -04:00
parent 67334d5dd0
commit c354ea6d78
3 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
#!make
SHELL := /bin/bash
export API_VERSION = $(shell awk -F ' = ' '$$1 ~ /package.version/ { gsub(/[\"]/, "", $$2); printf("%s",$$2) }' api/Cargo.toml)
export UI_VERSION := $(shell awk -F'"' '/"version"/ { print $$4 }' ui/package.json)
include .env
-include .env.local
export