Rename project from imc-vibe to imc

- Binary name: imc-vibe -> imc
- Go module: github.com/imc-vibe/backend -> github.com/imc/backend
- JWT issuer: imc-vibe -> imc
- UI labels: IMC Vibe -> IMC
- Update all imports and comments
This commit is contained in:
Christoph Haas 2026-03-24 23:42:37 +01:00
parent a4c6b04b37
commit ff52be8adf
19 changed files with 52 additions and 40 deletions

View file

@ -1,7 +1,7 @@
.PHONY: all dev dev-frontend dev-backend build build-frontend build-backend clean test lint
# Variables
APP_NAME := imc-vibe
APP_NAME := imc
FRONTEND_DIR := frontend
BACKEND_DIR := backend
BUILD_DIR := build