Skip to content

Commit 0ee102b

Browse files
author
Vic Shóstak
authored
Merge pull request #13 from create-go-app/dev
Fix .cgapp.yml (add Sapper)
2 parents d8250e9 + 45a5046 commit 0ee102b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ project:
117117
# - `vue:<gitlab|bitbucket>:<user/repo>` (for presets from others)
118118
# - `angular`
119119
# - `svelte`
120+
# - `sapper`
121+
# - `sapper:<webpack>`
120122
# User template: supported, set to URL (without protocol),
121123
# like `github.com/user/template`
122124
- frontend: svelte

configs/.cgapp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ project:
2727
# - `vue:<gitlab|bitbucket>:<user/repo>` (for presets from others)
2828
# - `angular`
2929
# - `svelte`
30+
# - `sapper`
31+
# - `sapper:<webpack>`
3032
# User template: supported, set to URL (without protocol),
3133
# like `github.com/user/template`
3234
- frontend: svelte

0 commit comments

Comments
 (0)