mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
set testing
This commit is contained in:
parent
c345ef2f5a
commit
868b346d82
3 changed files with 20 additions and 0 deletions
13
mnemonia.manifest.yml
Normal file
13
mnemonia.manifest.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
applications:
|
||||
.:
|
||||
url:
|
||||
framework:
|
||||
name: node
|
||||
runtime: node06
|
||||
info:
|
||||
mem: NaNG
|
||||
description: Node.JS Application
|
||||
exec:
|
||||
mem: NaNG
|
||||
instances: 1
|
||||
6
package.json
Normal file
6
package.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "0.0.1",
|
||||
|
||||
"scripts":{"test":"test/test.js"}
|
||||
}
|
||||
1
test/test.js
Normal file
1
test/test.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
console.log('all good');
|
||||
Loading…
Add table
Add a link
Reference in a new issue