mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-13 10:24:20 +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
|