File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 "build" : " run-p type-check build-only build-style && run-p build-minify" ,
2525 "build-minify" : " uglifyjs dist/servicestack-vue.mjs --compress --mangle --webkit -o dist/servicestack-vue.min.mjs" ,
2626 "build-style" : " postcss src/tailwind.css -o dist/styles.css" ,
27- "build-copy" : " npm run build && npm run copy-src && npm run copy-blazor-vue" ,
27+ "build-copy" : " npm run build && npm run copy-src && npm run copy-blazor-vue && npm run copy-llms " ,
2828 "copy-src" : " shx cp dist/servicestack-vue.min.mjs ../ServiceStack/ServiceStack/src/ServiceStack/js/servicestack-vue.mjs && shx cp dist/servicestack-vue.mjs ../ServiceStack/ServiceStack/tests/NorthwindAuto/wwwroot/lib/mjs/servicestack-vue.mjs" ,
29+ "copy-llms" : " shx cp dist/servicestack-vue.min.mjs ../llms/llms/ui/lib/servicestack-vue.mjs" ,
2930 "copy-diffusion" : " shx cp dist/servicestack-vue.m* ../../netcore/BlazorDiffusionVue/BlazorDiffusion/wwwroot/lib/mjs/ && shx cp dist/index.d.ts ../../netcore/BlazorDiffusionVue/BlazorDiffusion/wwwroot/lib/typings/@servicestack/vue/" ,
3031 "copy-creatorkit" : " shx cp dist/servicestack-vue.m* ../../netcore/CreatorKit/CreatorKit/wwwroot/lib/mjs/ && shx cp dist/index.d.ts ../../netcore/CreatorKit/CreatorKit/wwwroot/lib/typings/@servicestack/vue/" ,
31- "copy-aiserver" : " shx cp dist/servicestack-vue.m* ../ai-server/AiServer/wwwroot/lib/mjs/ && shx cp dist/index.d.ts ../ai-server/AiServer/wwwroot/lib/typings/@servicestack/vue/" ,
3232 "copy-comfy" : " shx cp dist/servicestack-vue.m* ../ubixar.com/MyApp/wwwroot/lib/mjs/ && shx cp dist/index.d.ts ../ubixar.com/MyApp/wwwroot/lib/typings/@servicestack/vue/ && shx cp dist/servicestack-vue.min.mjs ../ubixar.com/MyApp/wwwroot/js/servicestack-vue.mjs" ,
3333 "copy-blazor-vue" : " shx mkdir -p ../../NetCoreTemplates/blazor-vue/MyApp/wwwroot/js/ && shx cp dist/servicestack-vue.m* ../../NetCoreTemplates/blazor-vue/MyApp/wwwroot/js/ && shx cp dist/servicestack-vue.m* ../../NetCoreTemplates/blazor-vue/MyApp/wwwroot/lib/mjs/ && shx cp dist/index.d.ts ../../NetCoreTemplates/blazor-vue/MyApp/wwwroot/lib/typings/@servicestack/vue/" ,
3434 "preview" : " vite preview" ,
You can’t perform that action at this time.
0 commit comments