Project Settings
Configure project-specific options
Project settings let you customize how FlareDesk works with each individual project. Settings are saved per-project and persist across sessions.
Accessing Project Settings
- 1
Open a project in FlareDesk
- 2
Click the gear icon in the sidebar, or
- 3
Navigate to Project Settings from the sidebar
Available Settings
Default Port
Set a custom port for the Wrangler dev server. Default is 8787.
Port: 8787Useful if 8787 conflicts with another service on your machine.
Extra Wrangler Arguments
Pass additional command-line arguments to wrangler dev.
# Example:
--local --persist
--local --persist
Arguments are appended to the wrangler dev command.
Developer Tools
Enable advanced development features:
- Binding Profiler - Track timing of all binding operations
Note: Enabling/disabling the profiler requires restarting the dev server.
Saving Settings
Settings are automatically saved when you make changes. They're stored locally and associated with your project path.
- Settings persist across FlareDesk sessions
- Each project has its own settings
- Settings are not stored in your project files