-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from appwrite/feat-perf
feat: perf
- Loading branch information
Showing
9 changed files
with
3,568 additions
and
7,200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
import { vercelEdgeAdapter } from '@builder.io/qwik-city/adapters/vercel-edge/vite'; | ||
import { extendConfig } from '@builder.io/qwik-city/vite'; | ||
import baseConfig from '../../vite.config'; | ||
import { nodePolyfills as viteNodePolyfills } from 'vite-plugin-node-polyfills' | ||
|
||
export default extendConfig(baseConfig, () => { | ||
return { | ||
build: { | ||
ssr: true, | ||
rollupOptions: { | ||
input: ['src/entry.vercel-edge.tsx', '@qwik-city-plan'], | ||
external: ['util'], | ||
}, | ||
outDir: '.vercel/output/functions/_qwik-city.func', | ||
}, | ||
plugins: [vercelEdgeAdapter()], | ||
ssr: { | ||
noExternal: true, | ||
}, | ||
plugins: [vercelEdgeAdapter(), viteNodePolyfills()], | ||
}; | ||
}); |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
505e3de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
builtwith – ./
builtwith-one.vercel.app
builtwith-vermakhushboo-s-team.vercel.app
builtwith-git-main-vermakhushboo-s-team.vercel.app
505e3de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
built-with-appwrite – ./
built-with-appwrite-git-main-appwrite.vercel.app
built-with-appwrite.vercel.app
builtwith.appwrite.io
built-with-appwrite-appwrite.vercel.app