Moved bold and italics to plug, new file: plug protocol

This commit is contained in:
Zef Hemel
2022-06-23 17:08:42 +02:00
parent 94d0e31b30
commit b22775fcc4
10 changed files with 162 additions and 17 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"clean": "rm -rf .parcel-cache packages/*/dist",
"build": "parcel build packages/{web,server,plugos}",
"plugs": "cd packages/plugs && npm run watch",
"server": "cd packages/server && npm start",
"server": "nodemon -w packages/server/dist --exec 'silverbullet pages'",
"test": "jest packages/*/dist/test",
"publish-all": "npm publish --access public --ws"
},