mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-03-17 13:22:56 +01:00
8 lines
104 B
Makefile
8 lines
104 B
Makefile
export PATH := "./node_modules/.bin:" + env_var('PATH')
|
|
|
|
dev:
|
|
vitepress dev
|
|
|
|
build:
|
|
vitepress build
|