Inital commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
)
|
||||
Reference in New Issue
Block a user