mirror of
https://github.com/Permissionless-Software-Foundation/psf-bch-api-base.git
synced 2026-09-21 16:52:00 -07:00
Forked from psf-bch-api
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Main entry point for REST2NOSTR Proxy API
|
||||
*/
|
||||
|
||||
import Server from './bin/server.js'
|
||||
|
||||
const server = new Server()
|
||||
server.startServer().catch(err => {
|
||||
console.error('Failed to start server:', err)
|
||||
process.exit(1)
|
||||
})
|
||||
Reference in New Issue
Block a user