main
Same class of gap as the earlier WordPress fix: `ddev config --project-type=drupal*` only scaffolds DDEV's settings.php bridge, not Drupal core itself, so a freshly created Drupal project 404/403'd with nothing for the webserver to serve. The wizard's Drupal path now chains configure -> start -> composer create-project drupal/recommended-project -> composer require drush/drush -> drush site:install, with site name/admin fields shown only for that project type. Docroot defaults to `web` when Drupal is selected, matching what recommended-project's installer-paths expect. Also: Delete previously always left the project folder on disk with no way to remove it from the app, which surprised a user expecting it gone. Replaced the window.confirm with a proper modal that has an opt-in "also delete project files from disk" checkbox, defaulting to the previous (safe) behavior. Co-Authored-By: Claude Sonnet 5 <[email protected]>
aurora-dockside
An Electron application with React and TypeScript
Recommended IDE Setup
Project Setup
Install
$ pnpm install
Development
$ pnpm dev
Build
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
Languages
TypeScript
98.6%
JavaScript
0.6%
CSS
0.5%
HTML
0.3%