1
0

chore: Add license

This commit is contained in:
2025-12-20 20:52:08 +01:00
parent a8ae9c1ec3
commit 307525618a
11 changed files with 801 additions and 2 deletions

View File

@@ -2,11 +2,12 @@
"name": "jecnarozvrh",
"version": "1.0.0",
"description": "",
"license": "ISC",
"license": "GPL-3.0-only",
"author": "Jakub Žitník",
"type": "module",
"main": "server.js",
"scripts": {
"test": "node tests/test.js",
"start": "concurrently \"node server.js\" \"node cron-runner.js\"",
"build": "cd web && hugo --gc --minify",
"dev-web": "cd web && hugo serve"