docs/server.js

8 строки
106 B
JavaScript

import { main } from './start-server.js'
try {
await main()
} catch (error) {
console.error(error)
}