This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| quasarversion [2026/02/25 13:08] – tim45tenwa | quasarversion [2026/02/25 13:35] (current) – tim45tenwa | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| < | < | ||
| + | import { readFileSync } from ' | ||
| + | import { URL } from ' | ||
| + | |||
| const packageJson = JSON.parse(readFileSync(new URL(' | const packageJson = JSON.parse(readFileSync(new URL(' | ||
| </ | </ | ||
| Line 15: | Line 18: | ||
| BUILD_DATE: new Date().toISOString().split(' | BUILD_DATE: new Date().toISOString().split(' | ||
| }, | }, | ||
| + | </ | ||
| + | |||
| + | Add the following to the pakcage.json, | ||
| + | |||
| + | < | ||
| + | " | ||
| + | " | ||
| </ | </ | ||