Added vite additional server allowed host
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user