Skip to content

Commit ddb8946

Browse files
author
Vasyl Stokolosa
committed
Cypress visitURL config
1 parent 57c0f20 commit ddb8946

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ app/tests/__tests__/coverage/*
1212

1313
.DS_Store
1414

15-
app/config.json
16-
1715
build/*
1816
index.html

app/config.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"staging": {
3+
"assetHost": "."
4+
},
5+
"prod": {
6+
"assetHost": "."
7+
},
8+
"dev": {
9+
"assetHost": "."
10+
},
11+
"PATHS": {
12+
"app": "./app",
13+
"sass_index": "./app/styles/styles.scss",
14+
"sass": ["./app/styles/*.scss", "./app/styles/**/*.scss", "./app/styles/**/**/*.scss"],
15+
"build": "./build",
16+
"vendor": "./app/vendor",
17+
"styles": "./build/styles.css",
18+
"external": ["./app/helpers/appGlobal.js", "./app/helpers/domReady.js"]
19+
}
20+
}

0 commit comments

Comments
 (0)