Skip to content

Commit 064c417

Browse files
committed
fix: re-adds app-config files
1 parent b985d1b commit 064c417

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
generate:
2+
- file: './src/@types/lcdev__app-config/index.d.ts'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
type: object
2+
additionalProperties: false
3+
4+
required:
5+
- urlProperty
6+
- longStringProperty
7+
8+
properties:
9+
urlProperty:
10+
type: string
11+
format: uri
12+
longStringProperty:
13+
type: string
14+
minLength: 10
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
urlProperty: https://example.com
2+
longStringProperty: |
3+
some long string with a " char and '

0 commit comments

Comments
 (0)