add npm workspace file

This commit is contained in:
Aiden McClelland
2024-02-26 16:59:37 -07:00
parent 50f0ead113
commit d87748fda1
2 changed files with 4448 additions and 0 deletions

4444
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

4
package.json Normal file
View File

@@ -0,0 +1,4 @@
{
"name": "start-os",
"workspaces": ["sdk"]
}