feat: 初始化文字马赛克生成器
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import homepage from '../index.html'
|
||||
|
||||
const server = Bun.serve({
|
||||
port: Number(Bun.env.PORT ?? 5173),
|
||||
routes: {
|
||||
'/': homepage,
|
||||
},
|
||||
development: true,
|
||||
})
|
||||
|
||||
console.log(`文字马赛克开发服务器:http://localhost:${server.port}`)
|
||||
Reference in New Issue
Block a user