mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-14 02:44:21 +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
|