Skip to content

Commit 9e9dbae

Browse files
committed
need bundler for scripts/export_typescript_types.rb
1 parent 85a58bb commit 9e9dbae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scripts/export_typescript_types.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# typed: strict
33
# frozen_string_literal: true
44

5+
require "bundler/setup"
56
require "sorbet-runtime"
67

78
# Set up load path

site/lib/log-generation/log-types.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable @typescript-eslint/no-explicit-any */
22
// Auto-generated TypeScript definitions for LogStruct
3-
// Generated on 2025-03-06 15:32:01
3+
// Generated on 2025-03-06 18:41:34
44

55
// Enum types
66
export enum Source {
@@ -241,4 +241,5 @@ export type Log =
241241
| ActiveJobLog
242242
| ActiveStorageLog
243243
| ActionMailerLog
244-
| CarrierWaveLog;
244+
| CarrierWaveLog
245+
;

0 commit comments

Comments
 (0)