File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/@aws-crypto/crc32c

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

tsconfig.json182 B · 10 lines
{  "extends": "../tsconfig.json",  "compilerOptions": {    "rootDir": "./src",    "outDir": "./build/main",  },  "include": ["src/**/*.ts"],  "exclude": ["node_modules/**"]}