File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 "lint" : " eslint ." ,
2323 "lint:fix" : " eslint . --fix" ,
2424 "build:android" : " EAS_NO_VCS=1 eas build -p android --profile production" ,
25- "build:android:preview" : " EAS_NO_VCS=1 eas build -p android --profile preview"
25+ "build:android:preview" : " EAS_NO_VCS=1 eas build -p android --profile preview" ,
26+ "eas-build-post-install" : " pnpm -w --filter @gruenerator/canvas-editor build:css"
2627 },
2728 "dependencies" : {
2829 "@assistant-ui/react-native" : " ^0.1.11" ,
Original file line number Diff line number Diff line change @@ -336,8 +336,7 @@ export const toolMentionables: Mentionable[] = [
336336 backgroundColor : '#059669' ,
337337 mention : 'stadtbegruenen' ,
338338 } ,
339- // Dev-only: sharepic creation via canvas editor (gated on Vite dev mode)
340- ...( ( import . meta as unknown as { env ?: { DEV ?: boolean } } ) . env ?. DEV
339+ ...( typeof document !== 'undefined' && process . env . NODE_ENV !== 'production'
341340 ? [
342341 {
343342 type : 'tool' as const ,
You can’t perform that action at this time.
0 commit comments