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:
parent
a4c6b04b37
commit
ff52be8adf
19 changed files with 52 additions and 40 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue