Get Cad Function working along side other app functions

with serverless
This commit is contained in:
Kurt Hutten
2021-11-20 20:51:36 +11:00
parent 53a6639fd1
commit 9e0f1eee60
12 changed files with 139 additions and 221 deletions

View File

@@ -0,0 +1,3 @@
import { stl, preview } from 'src/docker/openscad/openscad'
export { stl, preview }