New: Global Edge Functionsarrow_forward
Ship faster with modern infra
The developer platform for building, deploying, and scaling modern web applications. Focus on code, not servers.
deploy.config.ts
1import { defineConfig } from '@devscale/sdk';
2
3export default defineConfig({
4 region: 'global',
5 runtime: 'edge',
6 autoScale: true,
7 framework: 'nextjs',
8});