a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[make] Revert "Only build the Iceshrimp.Backend project"

This reverts commit fa177ee2b21f5fd575cea121504360eac438912b.

+1 -1
+1 -1
Makefile
··· 21 21 endif 22 22 23 23 PUBLISH_CMD = ${TL_ENV} ${DOTNET_CMD} publish ${BUILD_PROJECT} -c ${CONFIGURATION} -noLogo 24 - BUILD_CMD = ${TL_ENV} ${DOTNET_CMD} build ${BUILD_PROJECT} -noLogo 24 + BUILD_CMD = ${TL_ENV} ${DOTNET_CMD} build -noLogo 25 25 TEST_CMD = ${TL_ENV} ${DOTNET_CMD} test --no-build 26 26 27 27 BUILD_FLAGS = -p:EnableLibVips=${VIPS} -p:BundleNativeDeps=${BUNDLE_NATIVE} -p:DependencyVulnsAsError=${DEP_VULN_WERROR}