Skip to content

Commit b94c40c

Browse files
committed
chore: remove unused configuration files and update API base path
- Deleted unused Prettier configuration file. - Removed semantic-release configuration file. - Updated apiSlice to dynamically set the base API path using PROGRAM_ID environment variable, defaulting to 'app02'.
1 parent 4c732d5 commit b94c40c

5 files changed

Lines changed: 1526 additions & 941 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ npm install
1818

1919
# Set environment variables
2020
export PROGRAM_HOST=https://your-processor-ip
21+
export PROGRAM_ID=app01
2122

2223
# Start development server
2324
npm start

0 commit comments

Comments
 (0)