We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3416893 commit 3d1cabfCopy full SHA for 3d1cabf
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [unreleased]
9
10
+### Example changes
11
+
12
+- Updated dev/start script in netlify example
13
14
## [0.35.3] - 2023-09-26
15
16
### Added
examples/with-netlify/package.json
@@ -24,7 +24,7 @@
24
"web-vitals": "^0.2.4"
25
},
26
"scripts": {
27
- "start": "netlify dev -c 'npx react-scripts start'",
+ "start": "netlify dev -c 'npx react-scripts start' -f netlify/functions/",
28
"build": "npx react-scripts build",
29
"test": "npx react-scripts test",
30
"eject": "npx react-scripts eject",
0 commit comments