Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import fs from 'node:fs'

import type {HostOptions} from './types.js'

const NON_SHOP_PREFIXES = ['app', 'dev', 'shopify']
const NON_SHOP_PREFIXES = ['admin', 'app', 'dev', 'shopify']
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, just noticed this file is in node/vendor 🤔

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the fix makes sense (didn't tophat), but we need to check if we need to update this vendored file

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, already merged.

const BACKEND_PORT = 8080

/**
Expand Down
Loading