Skip to content

Commit

Permalink
Merge pull request #1 from baurine/work-with-esbuild
Browse files Browse the repository at this point in the history
work with esbuild and adjust tidb sql
  • Loading branch information
baurine committed Apr 18, 2022
2 parents 574996d + 2909e49 commit f1d380d
Show file tree
Hide file tree
Showing 6 changed files with 14,197 additions and 35 deletions.
7 changes: 7 additions & 0 deletions npm/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict';

if (process.env.NODE_ENV === 'production') {
module.exports = require('./sql-formatter.min.js');
} else {
module.exports = require('./sql-formatter.js');
}
Loading

0 comments on commit f1d380d

Please sign in to comment.