-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: create dedicated folder for cloud nourd
- Loading branch information
1 parent
5cfde40
commit e80315f
Showing
16 changed files
with
1,770 additions
and
915 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
84 changes: 84 additions & 0 deletions
84
functions/src/generator/templates_cloudnord/convention_en.ts
Large diffs are not rendered by default.
Oops, something went wrong.
105 changes: 105 additions & 0 deletions
105
functions/src/generator/templates_cloudnord/convention_fr.ts
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
83 changes: 83 additions & 0 deletions
83
functions/src/generator/templates_cloudnord/proforma_invoice_fr.ts
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import * as cms4devfestFunctions from "./cms4devfest"; | ||
import * as cms4devfestFunctionsGdg from "./cms4devfest-gdg"; | ||
//import * as cms4devfestFunctionsGdg from "./cms4devfest-gdg"; | ||
|
||
export const cms = cms4devfestFunctions; | ||
export const cms4devfestgdg = cms4devfestFunctionsGdg; | ||
//export const cms4devfestgdg = cms4devfestFunctionsGdg; | ||
|
||
/*export const cms4devfestcloudnord = { | ||
};*/ |
Oops, something went wrong.