Skip to content

Commit c58be61

Browse files
committed
chore: update template
1 parent a1cf259 commit c58be61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/setup-template.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ export async function* getChunksFromResponse<T>(response: Response, intervalMs:
108108
" > src/frontend/src/api.ts
109109

110110
rm -rf src/backend/Dockerfile
111-
echo -e "import { type FastifyReply, type FastifyPluginAsync } from 'fastify';
111+
echo -e "import { Readable } from 'node:stream';
112+
import { type FastifyPluginAsync } from 'fastify';
112113
113114
const root: FastifyPluginAsync = async (fastify, options): Promise<void> => {
114115
fastify.get('/', async function (request, reply) {

0 commit comments

Comments
 (0)