@corva/create-app 0.68.0-rc.0 → 0.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = { extends: '@corva/eslint-config-node' };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"@corva/eslint-config-node/prettier"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@ In the project directory, you can run:
|
|
|
7
7
|
### `yarn start`
|
|
8
8
|
|
|
9
9
|
Runs the app in the development mode.\
|
|
10
|
-
Open [http://
|
|
10
|
+
Open [http://app.local.corva.ai:8080](http://app.local.corva.ai:8080/) to view it in the browser.
|
|
11
11
|
|
|
12
12
|
The page will reload if you make edits.\
|
|
13
13
|
You will also see any lint errors in the console.
|
|
@@ -7,7 +7,7 @@ In the project directory, you can run:
|
|
|
7
7
|
### `yarn start`
|
|
8
8
|
|
|
9
9
|
Runs the app in the development mode.\
|
|
10
|
-
Open [http://
|
|
10
|
+
Open [http://app.local.corva.ai:8080](http://app.local.corva.ai:8080/) to view it in the browser.
|
|
11
11
|
|
|
12
12
|
The page will reload if you make edits.\
|
|
13
13
|
You will also see any lint errors in the console.
|