UNPKG

@sassoftware/viya-serverjs

Version:

Easy to use app server for SAS Viya applications

10 lines (8 loc) 285 B
#!/usr/bin/env node /* * Copyright © 2025, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ let core = require('./lib/index.js'); console.log('Starting the cli for @sassoftware/viya-serverjs'); core(null, true, 'app', null);