Closed brillout closed 2 months ago
This https://github.com/vikejs/bati/pull/385/commits/90f02ff8dd23de5c6f7d69713aafd69db988b42d doesn't work: the comment is missing in the generated boilerplate. I guess we can ignore this, it isn't important. Feel free to revert or leave that commit.
I didn't run the CI (my machine is probably too slow :grinning:) but I manually tested the following and seems like I didn't introduce any bug.
node packages/cli/dist/index.js --react --telefunc --hono
node packages/cli/dist/index.js --vue --telefunc --hono
node packages/cli/dist/index.js --solid --telefunc --hono
This PR is ready for review.
This 90f02ff doesn't work: the comment is missing in the generated boilerplate. I guess we can ignore this, it isn't important. Feel free to revert or leave that commit.
Actually, I guess the best would be to remove global.d.ts
(previously vike.d.ts
) if it's empty but I don't know whether it's easy to achieve.
This 90f02ff doesn't work: the comment is missing in the generated boilerplate. I guess we can ignore this, it isn't important. Feel free to revert or leave that commit.
Actually, I guess the best would be to remove
global.d.ts
(previouslyvike.d.ts
) if it's empty but I don't know whether it's easy to achieve.
Shouldn't be too difficult to implement. I created an issue to follow up on this.
Thanks!
This 90f02ff doesn't work: the comment is missing in the generated boilerplate. I guess we can ignore this, it isn't important. Feel free to revert or leave that commit.
Actually, I guess the best would be to remove
global.d.ts
(previouslyvike.d.ts
) if it's empty but I don't know whether it's easy to achieve.Shouldn't be too difficult to implement. I created an issue to follow up on this.
:+1: I went ahead and reverted the comment.
Still a draft, let me test if I broke something.