Files
.ai-workflows
README.md
bug-fixing.md
code-review.md
feature-development.md
local-env-vars.md
release-process.md
.github
.wordpress-org
admin
includes
languages
scripts
.ai-assistant.md
.aiconfig
.augmentignore
.boltignore
.clinerc
.codyignore
.continuerc
.cursorignore
.distignore
.drone.yml
.geminiignore
.gitattributes
.gitignore
.loveablerc
.rooignore
.v0ignore
.windsurfignore
.woodpecker.yml
CHANGELOG.md
LICENSE
README.md
build.sh
composer.json
readme.txt
wp-fix-plugin-does-not-exist-notices.php
wp-fix-plugin-does-not-exis…/.ai-workflows/local-env-vars.md

20 lines
852 B
Markdown

# Local Development Environment Variables
This file contains important paths and URLs for local development.
## Repository Paths
- Local development repository: ~/Git/wp-fix-plugin-does-not-exist-notices
- LocalWP plugin testing site storage: ~/Local/plugin-testing/app/wp-fix-plugin-does-not-exist-notices
- LocalWP plugin testing site configuration: ~/Local/plugin-testing/conf/
## URLs
- LocalWP plugin testing URL: http://plugin-testing.local/
- PHP details: http://plugin-testing.local/local-phpinfo.php
- XDebug info: http://plugin-testing.local/local-xdebuginfo.php
- Adminer Evo: http://localhost:10010/?username=root&db=local
- Mailpit: http://localhost:10000/
## Build and Deploy Scripts
- Build script: ~/Git/wp-fix-plugin-does-not-exist-notices/build.sh
- Local deploy script: ~/Git/wp-fix-plugin-does-not-exist-notices/deploy-local.sh