Skip to content

Commit

Permalink
Merge pull request #20 from SkywardAI/cbh778899-patch-1
Browse files Browse the repository at this point in the history
Update version & test build image
  • Loading branch information
cbh778899 authored Jul 7, 2024
2 parents e1b2951 + 326baee commit d3b6cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ OR
> npm install serve\
> serve --cors
OR\
Run by python3:
> python3 -m http.server
And access ports relatively
## Code Lint
**Please do code lint first before you push!**\
If you want to run code lint, you can run
> npm install\
> npm run lint
> npm run lint
4 changes: 2 additions & 2 deletions settings.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = '0.1.0'
export const LOCAL_API_ADDRESS = 'http://localhost:8000/api'
export const VERSION = '0.1.1'
export const LOCAL_API_ADDRESS = 'http://localhost:8000/api'

0 comments on commit d3b6cb4

Please sign in to comment.