You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-21 23:17:42 +02:00
All: Use Lerna to manage monorepo
This commit is contained in:
4
packages/fork-sax/examples/hello-world.js
Normal file
4
packages/fork-sax/examples/hello-world.js
Normal file
@ -0,0 +1,4 @@
|
||||
require('http').createServer(function (req, res) {
|
||||
res.writeHead(200, {'content-type': 'application/json'})
|
||||
res.end(JSON.stringify({ok: true}))
|
||||
}).listen(1337)
|
Reference in New Issue
Block a user