初始化项目结构

This commit is contained in:
2025-05-27 11:37:13 +08:00
commit 81594a8972
42 changed files with 441 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
ROOT_DIR = $(shell pwd)
NAMESPACE = "default"
DEPLOY_NAME = "template-single"
DOCKER_NAME = "template-single"
include ./hack/hack-cli.mk
include ./hack/hack.mk