Use the deno-based build

This commit is contained in:
Zef Hemel
2022-10-15 20:14:55 +02:00
parent 5f9bde8451
commit cb79d165a5
9 changed files with 26 additions and 11596 deletions

View File

@@ -1,16 +0,0 @@
{
"name": "hello_world",
"version": "0.0.1",
"author": "A Lone Ranger",
"scripts": {
"build": "plugos-bundle --exclude yaml handlebars @lezer/lr -- helloWorld.plug.yaml",
"start": "plugos-bundle -w --exclude yaml handlebars @lezer/lr -- helloWorld.plug.yaml"
},
"dependencies": {
"@silverbulletmd/plugos-silverbullet-syscall": "^0.0.26",
"@silverbulletmd/plugs": "^0.0.26"
},
"devDependencies": {
"@plugos/plugos": "^0.0.26"
}
}