Skip to content

V 0.0.6

Compare
Choose a tag to compare
@yossTheDev yossTheDev released this 25 Sep 21:18
· 43 commits to main since this release

V 0.0.6

  • Now you can define port in the serve command

Ex:

   mots serve path/to/folder -p 8080
  • Now you can serve multiple folders using the serve command separating with ","

Ex:

   mots serve path/to/folder1,path/to/folder2