Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/assets/xslt/ReqIF-to-PIG.sef.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/build-info.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Auto-generated by scripts/generate-build-info.js - DO NOT EDIT
// Generated at: 2026-02-18T12:35:45.875Z
// Generated at: 2026-02-23T16:39:18.651Z

export const BUILD_INFO = {
// from package.json:
appName: 'CASCaRA_PIG-App',
appVersion: '0.1.0',
// from Git:
buildTime: '2026-02-18T12:35:45.875Z',
gitCommit: '10706c8',
gitBranch: '25-Transform-ReqIF-to-PIG',
buildTime: '2026-02-23T16:39:18.651Z',
gitCommit: '6f3c2e4',
gitBranch: '52-installable-with-relative-links',
gitDirty: false
};
12 changes: 0 additions & 12 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ module.exports = {
})
],
},










devServer: {
headers: {
'Content-Security-Policy': [
Expand Down Expand Up @@ -80,7 +70,5 @@ module.exports = {
},
},
},


publicPath: './',
};
Loading