This commit is contained in:
2025-04-02 16:18:23 +02:00
parent ab70c13d5b
commit 26c05f6012
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@
"version": "1.0.2",
"description": "Static site using S3 and CloudFront",
"type": "module",
"files": [
"public/*",
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",