-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy patharkenv.code-workspace
More file actions
123 lines (121 loc) · 2.15 KB
/
arkenv.code-workspace
File metadata and controls
123 lines (121 loc) · 2.15 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"settings": {
"files.associations": {
"turbo.json": "jsonc",
"tsconfig*.json": "jsonc",
".github/renovate.json": "jsonc",
"renovate.json": "jsonc",
"*.css": "tailwindcss"
}
},
"folders": [
{
"path": ".",
"name": "⛯ arkenv"
},
{
"path": "packages/arkenv",
"name": "🎁 arkenv"
},
{
"path": "packages/vite-plugin",
"name": "🎁 vite-plugin"
},
{
"path": "packages/bun-plugin",
"name": "🎁 bun-plugin"
},
{
"path": "packages/fumadocs-ui",
"name": "🎁 fumadocs-ui"
},
{
"path": "packages/internal/types",
"name": "📦 types"
},
{
"path": "packages/internal/scope",
"name": "📦 scope"
},
{
"path": "tooling/playwright-www",
"name": "🛠️ playwright"
},
{
"path": "apps/www",
"name": "🚀 www"
},
{
"path": "apps/playgrounds/node",
"name": "🛝 node"
},
{
"path": "apps/playgrounds/bun",
"name": "🛝 bun"
},
{
"path": "apps/playgrounds/vite",
"name": "🛝 vite"
},
{
"path": "apps/playgrounds/vite-legacy",
"name": "🛝 vite-legacy"
},
{
"path": "apps/playgrounds/bun-react",
"name": "🛝 bun-react"
},
{
"path": "apps/playgrounds/solid-start",
"name": "🛝 solid-start"
},
{
"path": "apps/playgrounds/standard-schema",
"name": "🛝 standard-schema"
},
{
"path": "apps/playgrounds/esbuild-cjs",
"name": "🛝 esbuild-cjs"
},
{
"path": "apps/playgrounds/js",
"name": "🛝 js"
},
{
"path": "examples/basic",
"name": "💡 basic"
},
{
"path": "examples/basic-js",
"name": "💡 basic-js"
},
{
"path": "examples/with-bun",
"name": "💡 with-bun"
},
{
"path": "examples/with-bun-react",
"name": "💡 with-bun-react"
},
{
"path": "examples/with-vite-react",
"name": "💡 with-vite-react"
},
{
"path": "examples/with-solid-start",
"name": "💡 with-solid-start"
},
{
"path": "examples/with-standard-schema",
"name": "💡 with-standard-schema"
},
{
"path": "examples/without-arktype",
"name": "💡 without-arktype"
},
{
"path": "examples/stackblitz",
"name": "💡 stackblitz"
}
]
}