[READ-ONLY] Mirror of https://github.com/serhalp/artifice. Artifice: guess the real source prompt for the gen AI image artificegame.netlify.app/
game generative-ai solid-start
0

Configure Feed

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

artifice / ui.config.json
250 B 13 lines
1{ 2 "$schema": "https://solid-ui.com/schema.json", 3 "tsx": true, 4 "tailwind": { 5 "css": "src/app.css", 6 "config": "tailwind.config.js", 7 "prefix": "" 8 }, 9 "aliases": { 10 "components": "~/components/ui", 11 "utils": "~/lib/utils" 12 } 13}