Spaces:
Sleeping
Sleeping
T1ckbase
commited on
Commit
·
e85e2a1
1
Parent(s):
a7cafb3
mkdir test
Browse files
main.ts
CHANGED
|
@@ -40,6 +40,7 @@ import '@std/webgpu';
|
|
| 40 |
import '@std/yaml';
|
| 41 |
|
| 42 |
Deno.writeTextFileSync('test.txt', 'hello world');
|
|
|
|
| 43 |
|
| 44 |
Deno.serve({ port: 7860 }, (_req) => {
|
| 45 |
const text = Deno.readTextFileSync('test.txt');
|
|
|
|
| 40 |
import '@std/yaml';
|
| 41 |
|
| 42 |
Deno.writeTextFileSync('test.txt', 'hello world');
|
| 43 |
+
Deno.mkdirSync('foo');
|
| 44 |
|
| 45 |
Deno.serve({ port: 7860 }, (_req) => {
|
| 46 |
const text = Deno.readTextFileSync('test.txt');
|