We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64832f9 commit c814c90Copy full SHA for c814c90
Makefile
@@ -49,7 +49,7 @@ RUST_SOURCES := $(wildcard rust/**/*.rs)
49
50
REACT_SOURCES := $(wildcard src/*.tsx) $(wildcard src/**/*.tsx)
51
TYPESCRIPT_SOURCES := tsconfig.* $(wildcard src/*.ts) $(wildcard src/**/*.ts)
52
-VITE_SOURCES := $(wildcard vite.*) $(wildcard vite/**/*.tsx)
+VITE_SOURCES := $(wildcard vite.*) $(wildcard vite/**/*.tsx) .env*
53
54
.PHONY: build
55
build: install public/kcl_wasm_lib_bg.wasm public/kcl-samples/manifest.json .vite/build/main.js
0 commit comments