Skip to content

Commit 8086fae

Browse files
committed
edit name devmode.sh to devmode
1 parent c71c216 commit 8086fae

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

config/autodb.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "autodb",
3+
"dir": "/data/data/com.termux/files/home/autodb.js",
4+
"editor": "/sdcard/android/data/io.spck/files/",
5+
"files": [
6+
"package.json",
7+
"src"
8+
]
9+
}

config/ss.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "ss",
3+
"dir": "/data/data/com.termux/files/home/ss",
4+
"editor": "/sdcard/android/data/io.spck/files/",
5+
"files": [
6+
"Procfile",
7+
"config.json",
8+
"package.json",
9+
"server.js",
10+
"start.sh",
11+
"uploads",
12+
"web.js",
13+
"world_template"
14+
]
15+
}
File renamed without changes.

0 commit comments

Comments
 (0)