All checks were successful
Build and Push Docker Images / verify-docs-sync (push) Successful in 9s
Build and Push Docker Images / build-backend (push) Successful in 14s
Build and Push Docker Images / build-frontend (push) Successful in 13s
Build and Push Docker Images / build-docs (push) Successful in 1m47s
18 lines
417 B
JSON
18 lines
417 B
JSON
{
|
|
"name": "fedeo-docs-site",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node ./scripts/sync-content.mjs && nuxi dev --host 0.0.0.0 --port 3005",
|
|
"build": "node ./scripts/sync-content.mjs && nuxi build",
|
|
"preview": "nuxi preview --host 0.0.0.0 --port 3005"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "^3.17.7",
|
|
"@nuxt/content": "^2.13.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0"
|
|
}
|
|
}
|