Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,4 @@ flycheck_*.el
.vagrant/

# lock files
package-lock.json
yarn.lock
28 changes: 28 additions & 0 deletions il.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
meta:
owner: itemengine
trackingId: 87b2338d-3ea4-45cc-bd63-73d1f4a73a6c
system: ngie
domain: content

otk:
enabled: true
build:
platform: arm64
linuxDistribution: alpine
language: node
languageVersion: "20"

publishPackage: true
publishPackageDirectories:
- ./

deployConfig:
environments:
- dev

# catalog:

spartanzBot:
fileChecker:
enabled: true
comment: true
Loading