mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-03-18 22:03:03 +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
|