Open JaneFeel opened 1 month ago
Hello. Where is the @Injectable({
code? No search results. I'm investigating the same error I have with latest SvelteKit which uses Vite and Rollup.
Hello. Where is the
@Injectable({
code? No search results. I'm investigating the same error I have with latest SvelteKit which uses Vite and Rollup.
The @injectable code is generated after running : npm run generate-backend-client
I also have same issue while running npm run build
in frontend on 9 Nov 24 right now.
@ubayzuhdan Yep, was able to reproduce it like so:
git clone git@github.com:windmill-labs/windmill.git
cd windmill/frontend/
git checkout e4583e9b2366b90f31eb015c4dfc21f07b0bc31e # commit at time of writing
npm clean-install
npm run generate-backend-client
npm run build # error
Describe the bug
npm run build
To reproduce
Expected behavior
npm run build success
Screenshots
Browser information
chrome 129.0.6668.100
Application version
1.406.0
Additional Context
No response