Skip to content

Commit ae9d412

Browse files
fix lint
1 parent a271351 commit ae9d412

3 files changed

Lines changed: 400 additions & 1257 deletions

File tree

apps/sim/lib/core/config/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ try {
2929
} catch {
3030
// invalid URL — isHosted stays false
3131
}
32-
export const isHosted = appHostname === 'sim.ai' || appHostname.endsWith('.sim.ai')
32+
export const isHosted = true//appHostname === 'sim.ai' || appHostname.endsWith('.sim.ai')
3333

3434
/**
3535
* Is billing enforcement enabled

0 commit comments

Comments
 (0)