1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 20:10:05 +00:00

feat: created a minified version of adapter for executing web jobs on sas9

This commit is contained in:
2023-03-16 00:26:08 +05:00
parent 22fa185715
commit 99cfb8b2af
5 changed files with 203 additions and 65 deletions

View File

@@ -0,0 +1,3 @@
import SASjs from './SASjs'
export * from '../../types'
export default SASjs