Skip to content

Commit

Permalink
compile runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jun 17, 2024
1 parent cff795c commit dbc6a87
Show file tree
Hide file tree
Showing 12 changed files with 1,241 additions and 694 deletions.
14 changes: 14 additions & 0 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ const project = new cdk.JsiiProject({
name: 'cdk8s-plone',
projenrcTs: true,
repositoryUrl: '[email protected]:bluedynamics/cdk8s-plone.git',

description: 'Provides a CMS Plone Backend and Frontend for Kubernetes with cdk8s',
deps: [
"cdk8s",
'cdk8s',
'constructs@^10.3.0',
],
peerDeps: [
'constructs@^10.3.0',
],
devDeps: [
'constructs@^10.3.0',
'yaml',
],
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
// devDeps: [], /* Build dependencies for this module. */
// packageName: undefined, /* The "name" in package.json. */
});
project.synth();
Loading

0 comments on commit dbc6a87

Please sign in to comment.