A helper addon for LocalWP.
Updates the nginx config to support our project base multisite setup.
Adds a button to convert site to multiste sub directory setup, you should be able to setup subdomains with this setup also.
Adds a input field to change the projects root path. Often legacy projects requires you to have a root path like this: "{{root}}/web" etc.
Absolute path should also work. like this: "/Users/username/Sites/project-name/web"
This allows you to type in the production url and it will use that url to fetch images.
npm install
installs dependencies.npm start
Starts the renderer process.npm start:main
Starts the main.ts process.@getflywheel/local provides type definitions for Local's Add-on API.
@getflywheel/local-components provides reusable React components to use in your Local add-on.