26 lines
680 B
YAML
26 lines
680 B
YAML
namespace: tibi_starter
|
|
|
|
meta:
|
|
openapi:
|
|
servers:
|
|
- url: https://tibi-admin-server.code.testversion.online/api/v1/_/demo
|
|
description: code-server
|
|
|
|
dashboard: helper/dashboard.yml
|
|
|
|
collections:
|
|
- !include collections/backups.yml
|
|
- !include collections/content.yml
|
|
- !include collections/forms.yml
|
|
- !include collections/lighthouse.yml
|
|
- !include collections/lighthouseSubpath.yml
|
|
- !include collections/medialib.yml
|
|
- !include collections/module.yml
|
|
- !include collections/navigation.yml
|
|
- !include collections/ssr.yml
|
|
|
|
jobs:
|
|
- cron: "0 0 * * 1"
|
|
type: javascript
|
|
file: jobs/lighthouse.js
|