mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: make sure to run build command top-level
This commit is contained in:
@@ -40,5 +40,5 @@ export default async function handler() {
|
||||
}
|
||||
|
||||
export const config = {
|
||||
runtime: 'experimental-edge',
|
||||
runtime: 'edge',
|
||||
};
|
||||
|
||||
@@ -166,5 +166,5 @@ export default async function handler(req: NextRequest) {
|
||||
}
|
||||
|
||||
export const config = {
|
||||
runtime: 'experimental-edge',
|
||||
runtime: 'edge',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user