-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dojorc
67 lines (67 loc) · 1.81 KB
/
.dojorc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"build-app": {
"build-time-render": {
"root": "root",
"paths": [
"blog/version-4-dojo",
"blog/version-5-dojo",
"blog/building-pwa-dojo",
"blog/dojo-version-3-release",
"blog/dojo2-0-0-release",
"blog/dojo-2-rc1",
"blog/announcing-dojo-2-beta-5",
"blog/announcing-dojo-2-beta-4",
"blog/dojo-2-is-coming",
"blog",
"home",
"roadmap",
"community",
"playground",
"reference-guides/i18n/introduction",
"reference-guides/i18n/basic-usage",
"reference-guides/i18n/working-with-message-bundles",
"reference-guides/i18n/internationalizing-a-dojo-application",
"reference-guides/i18n/advanced-formatting-cldr",
"reference-guides/i18n/standalone-api",
"reference-guides/styling-and-theming/introduction",
"reference-guides/styling-and-theming/basic-usage",
"reference-guides/styling-and-theming/styling--theming-in-dojo",
"reference-guides/styling-and-theming/theming-a-dojo-application",
"reference-guides/styling-and-theming/working-with-themes",
"reference-guides/routing/introduction",
"reference-guides/routing/basic-usage",
"reference-guides/routing/route-configuration",
"reference-guides/routing/router-api",
"reference-guides/routing/using-the-outlet-matchdetails",
"reference-guides/routing/history-managers",
"reference-guides/routing/error-outlet",
"reference-guides",
"examples"
],
"puppeteerOptions": {
"args": [
"--no-sandbox",
"--disable-setuid-sandbox"
]
}
},
"pwa": {
"manifest": {
"name": "dojo.io",
"short_name": "dojo.io",
"description": "dojo.io",
"background_color": "#ffffff",
"theme_color": "#222127",
"icons": [
{
"src": "src/assets/favicon.ico",
"sizes": [
16
]
}
]
}
}
},
"create-app": {}
}