- remove nitropack - new @mcflyjs/fastify package - test-core workspace for testing the new setup
7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
import serve from './serve'
|
|
|
|
export default () => {
|
|
return {
|
|
serve,
|
|
}
|
|
}
|