-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Includes motoko-dev-server in new motoko projects #3038
base: master
Are you sure you want to change the base?
Conversation
Noting here - |
Which version of Node.js is being used in the CI? (Update: it's Node 18.x) |
…finity/sdk into SDK-991-new-project-motoko-dev
… improve error messages
@krpeacock @ZenVoich @dfx-json, these CI errors are apparently caused by the replica timing out rather than an issue with Mops (relevant log output). I temporarily switched the default |
Description
The Motoko project now includes a few new quality-of-life enhancements:
npm start
now starts themotoko-dev-server
in addition to thewebpack
server.motoko-dev-server
to hot-reload your motoko canisters and frontends as you make changes.mops
package manager is now included and configuredmotoko-base
andtest
librarieslib.mo
andlib.test.mo
filenpm run test:motoko
Fixes #SDK-991
How Has This Been Tested?
Manually compiling the rust and motoko new projects
Checklist: