Skip to content

Commit 4b8f025

Browse files
1.1.0.0
1 parent e92a2de commit 4b8f025

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '18'
16+
node-version: "18"
1717
- run: npm install
1818
- run: npm run lint
1919

@@ -28,6 +28,6 @@ jobs:
2828
deploy:
2929
needs: [lint, build]
3030
runs-on: ubuntu-latest
31-
if: github.ref == 'refs/heads/main'
31+
if: github.ref == "refs/heads/main"
3232
steps:
3333
- run: npm run deploy

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179

180180
To apply the Apache License to your work, attach the following
181181
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
182+
replaced with your own identifying information. (Don"t include
183183
the brackets!) The text should be enclosed in the appropriate
184184
comment syntax for the file format. We also recommend that a
185185
file or class name and description of purpose be included on the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A full-stack ecommerce application built with modern web technologies, featuring
99
**Database Availability Issue**: This application uses MongoDB Atlas on a **free tier instance**. The cluster may be automatically shut down due to inactivity periods. If you experience any of the following issues:
1010

1111
- Pages fail to load or load indefinitely
12-
- Signup/Sign in buttons don't work
12+
- Signup/Sign in buttons don"t work
1313
- "500 Internal Server Error" messages
1414
- Product listings not appearing
1515
- Cart or order operations failing

0 commit comments

Comments
 (0)