0x766f6c74 Posted June 28, 2022 Posted June 28, 2022 Has anyone used this? I've made a pretty basic login screen, but can seem to figure out how to launch my project using mp.browser.new. Any ideas?
nicks Posted July 1, 2022 Posted July 1, 2022 I guess you should run it as a local server npm run dev then just create a browser in your project mp.browsers.new('http://localhost:3000/'); In fact, this is basically an option for development and debugging. The production version will need to be compiled and added to the server resource package
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now