Changeset 61871
- Timestamp:
- 03/10/2026 03:01:50 AM (5 days ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/local-env/scripts/install.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/tools/local-env/scripts/install.js
r60735 r61871 50 50 const installCommand = process.env.LOCAL_MULTISITE === 'true' ? 'multisite-install' : 'install'; 51 51 wp_cli( `core ${ installCommand } --title="WordPress Develop" --admin_user=admin --admin_password=password --admin_email=test@example.com --skip-email --url=http://localhost:${process.env.LOCAL_PORT}` ); 52 wp_cli( `rewrite structure '/%year%/%monthnum%/%postname%/'` ); 52 53 } ) 53 54 .catch( err => {
Note: See TracChangeset
for help on using the changeset viewer.