Changeset 61872
- Timestamp:
- 03/10/2026 03:10:39 AM (4 weeks ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/local-env/scripts/install.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/tools/local-env/scripts/install.js
r60744 r61872 54 54 const installCommand = process.env.LOCAL_MULTISITE === 'true' ? 'multisite-install' : 'install'; 55 55 wp_cli( `core ${ installCommand } --title="WordPress Develop" --admin_user=admin --admin_password=password --admin_email=test@test.com --skip-email --url=http://localhost:${process.env.LOCAL_PORT}` ); 56 wp_cli( `rewrite structure '/%year%/%monthnum%/%postname%/'` ); 56 57 } ) 57 58 .catch( err => {
Note: See TracChangeset
for help on using the changeset viewer.