diff options
| author | Joel Stålnacke <joel@saker.fi> | 2025-09-28 14:08:03 +0300 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2025-09-28 14:28:26 +0300 |
| commit | 93fca308f19587a92715004c4ba83f3c0310625c (patch) | |
| tree | 836d2a4e98101467159ad3c2e4dadff2563a1d8e /Aamukampa.Frontend/package.json | |
| parent | 341919abd73de642c364b1d82932bd038345dc68 (diff) | |
Switch to pnpm
Diffstat (limited to 'Aamukampa.Frontend/package.json')
| -rw-r--r-- | Aamukampa.Frontend/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Aamukampa.Frontend/package.json b/Aamukampa.Frontend/package.json index 0632bcb..e581ed6 100644 --- a/Aamukampa.Frontend/package.json +++ b/Aamukampa.Frontend/package.json @@ -1,9 +1,12 @@ { - "name": "TJLaskuri.Frontend", + "name": "Aamukampa.Frontend", "version": "1.0.0", "type": "module", "main": "App.fs.js", "license": "EUPL-1.2", + "scripts": { + "build": "vite build" + }, "devDependencies": { "vite": "^7.0.6" } |
