feat: generate typed frontend API contracts
This commit is contained in:
@@ -15,6 +15,7 @@ await rm(outputDir, { recursive: true, force: true });
|
||||
|
||||
await build({
|
||||
entryPoints: {
|
||||
"api-client": path.join(sourceDir, "api", "client.ts"),
|
||||
app: path.join(sourceDir, "app.js"),
|
||||
"ui-core": path.join(sourceDir, "ui-core.js"),
|
||||
"map-core": path.join(sourceDir, "map-core.js"),
|
||||
|
||||
Reference in New Issue
Block a user