Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Aug 8, 2023
1 parent 4780073 commit b788f34
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ const Confirm = require("prompt-confirm");
let rootDir = path.resolve(__dirname, "..");

let remixPackages = {
adapters: [
"architect",
"cloudflare-pages",
"cloudflare-workers",
"express",
],
adapters: ["architect", "cloudflare-pages", "cloudflare-workers", "express"],
runtimes: ["cloudflare", "deno", "node"],
core: [
"dev",
Expand Down

0 comments on commit b788f34

Please sign in to comment.