File size: 296 Bytes
8efb28e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Inputs used to decide whether the npm build output is up-to-date.

set(UI_SOURCE_GLOBS
    src/*
    static/*
)

set(UI_SOURCE_FILES
    package.json
    package-lock.json
    src/.gitignore
    vite.config.ts
    svelte.config.js
    tsconfig.json
    scripts/vite-plugin-llama-cpp-build.ts
)