Loading...
;
+
+ return (
+
+
Status: {run.status}
+
Progress: {run.completedAt ? "Complete" : "Running..."}
+
+ );
+}
+```
+
+For more information, see the [React Hooks documentation](/frontend/react-hooks/overview).
+
+## Build extensions
+
+Build extensions allow you to customize the build process. Ensure you have the `@trigger.dev/build` package installed in your project (see [package installation](#package-installation)).
+
+Now you can use any of the built-in extensions:
+
+```typescript
+import { defineConfig } from "@trigger.dev/sdk";
+import { prismaExtension } from "@trigger.dev/build/extensions/prisma";
+
+export default defineConfig({
+ project: "