Skip to content

Commit

Permalink
add build v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
max-norin committed Jul 8, 2024
1 parent bdc6284 commit 520680f
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 5 deletions.
5 changes: 2 additions & 3 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ import * as path from 'path'
import get_files from './get_files.js'

const files = [
...get_files('./helpers'),
...get_files('./rules'),
...get_files('./domains'),
...get_files('./tables'),
...get_files('./event_triggers'),
...get_files('./helpers'),
...get_files('./views'),
...get_files('./triggers'),
...get_files('./event-triggers'),
'./init.sql',
]

Expand Down
Loading

0 comments on commit 520680f

Please sign in to comment.