Skip to content

Commit

Permalink
fix: lint #8
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Apr 7, 2024
1 parent 254c347 commit a47f453
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
export enum Artifacts { ES = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch', OS = 'https://artifacts.opensearch.org/releases/bundle/opensearch', ZINC = 'https://github.com/zincsearch/zincsearch/releases/download',}export enum EngineType { ZINCSEARCH = 'zincsearch', ELASTICSEARCH = 'elasticsearch', OPENSEARCH = 'opensearch',}
export enum Artifacts {
ES = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch',
OS = 'https://artifacts.opensearch.org/releases/bundle/opensearch',
ZINC = 'https://github.com/zincsearch/zincsearch/releases/download',
}

export enum EngineType {
ZINCSEARCH = 'zincsearch',
ELASTICSEARCH = 'elasticsearch',
OPENSEARCH = 'opensearch',
}

0 comments on commit a47f453

Please sign in to comment.