Skip to content

Commit

Permalink
feat(plugin): create plugin to integrate widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
dsurducan committed Jan 10, 2024
1 parent 302ec3a commit d4a4b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pages/src/vite-plugin/build/build.ts
Expand Up @@ -5,6 +5,7 @@ import { ProjectStructure } from "../../common/src/project/structure.js";
import { processEnvVariables } from "../../util/processEnvVariables.js";
import { buildWidgets } from "../widgets/plugin.js";
import { buildServerlessFunctions } from "../serverless-functions/plugin.js";
import { buildWidgets } from "../widgets/plugin.js";

const intro = `
var global = globalThis;
Expand Down

0 comments on commit d4a4b5a

Please sign in to comment.