AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage

Update build dependencies

tom.sherman.is e2074b18 404d1330

verified
+3 -1
+3 -1
turbo.json
··· 2 2 "$schema": "https://turbo.build/schema.json", 3 3 "ui": "tui", 4 4 "tasks": { 5 - "build": {}, 5 + "build": { 6 + "dependsOn": ["^build"] 7 + }, 6 8 "dev": { 7 9 "persistent": true, 8 10 "dependsOn": ["^build"]