Skip to content

Commit daa6e19

Browse files
committed
website/frontend: remove references to development.js
1 parent 71cdfe2 commit daa6e19

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

website/docs/developers/frontend/index.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ determine network endpoints, build optimizations, and feature sets:
9191
- Debug features enabled
9292
- Hot reload and development tools
9393

94-
- **`development`** - Development/testnet configuration
95-
- Connects to development network endpoints
96-
- Enhanced logging and debugging features
97-
- Non-minified builds for easier debugging
98-
9994
- **`production`** - Production network configuration
10095
- Connects to mainnet or production endpoints
10196
- Fully optimized builds with minification

website/docs/developers/frontend/node-dashboard.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ make build-webnode
103103
The frontend uses environment-specific configuration files located in
104104
`src/assets/environments/`:
105105

106-
- [`development.js`](https://github.com/o1-labs/mina-rust/blob/develop/frontend/src/assets/environments/development.js) -
107-
Development servers
108106
- [`fuzzing.js`](https://github.com/o1-labs/mina-rust/blob/develop/frontend/src/assets/environments/fuzzing.js) -
109107
Fuzzing tests
110108
- [`local.js`](https://github.com/o1-labs/mina-rust/blob/develop/frontend/src/assets/environments/local.js) -

0 commit comments

Comments
 (0)