Skip to content

Commit ea3f37c

Browse files
jorgeucanoSanderElias
authored andcommitted
feat(scullyindex): add outfolder for support config into scully.config (#185)
1 parent 0929c2f commit ea3f37c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

schematics/scully/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schematics/scully/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scullyio/init",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Add scully to your angular app",
55
"repository": {
66
"type": "GIT",

schematics/scully/src/scully/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export function scully(options: Schema): Rule {
3030
'./scully.config.js',
3131
`exports.config = {
3232
projectRoot: "${srcFolder}/app",
33+
outFolder: './dist/static',
3334
routes: {
3435
}
3536
};`

0 commit comments

Comments
 (0)