Skip to content

Commit f85d570

Browse files
committed
Try adding a service for a toolpad example
1 parent 22f204c commit f85d570

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

render.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,13 @@ services:
1313
- fromGroup: MUI Store database
1414
- fromGroup: GitHub public
1515
- fromGroup: HiBob
16+
17+
- type: web
18+
name: datagrid-example
19+
env: node
20+
repo: https://github.com/mui/mui-toolpad.git
21+
rootDir: examples/custom-datagrid-column
22+
buildCommand: yarn && yarn build
23+
startCommand: yarn start
24+
pullRequestPreviewsEnabled: true
25+
# plan: standard

0 commit comments

Comments
 (0)