mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-04 04:00:27 -06:00
This extension has a copy of memoryfs which is exposed as `testfs`. The purpose of this is to register a new filesystem type from an extension to ensure it works as expected and to get feedback on a working example.
7 lines
81 B
JSON
7 lines
81 B
JSON
{
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"uuid": "^13.0.0"
|
|
}
|
|
}
|