mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
[examples] Update to latest SolidStart (#11308)
We've done a pretty significant update over the past few months on SolidStart and 1.0 is looming. Thought I'd update the official templates to get in line before we do the release. I wasn't sure what to do with the `output` fields as we use Vercel's build output V3 here. But otherwise I think everything should be good. --------- Co-authored-by: Nathan Rajlich <n@n8.io> Co-authored-by: Jeff See <jeffsee.55@gmail.com>
This commit is contained in:
4
examples/__tests__/integration/solidstart-1.test.ts
Normal file
4
examples/__tests__/integration/solidstart-1.test.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { deployExample } from '../test-utils';
|
||||
it('[examples] should deploy solidstart-1', async () => {
|
||||
await deployExample('solidstart-1');
|
||||
});
|
||||
Reference in New Issue
Block a user