From 730673a2cdc9680403cd9ffc8aba2f2305477ccc Mon Sep 17 00:00:00 2001 From: Lenni009 Date: Mon, 5 Aug 2024 01:46:09 +0200 Subject: [PATCH 1/3] remove filetypes --- tsconfig.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index fdf1756..0bd8c26 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,4 @@ { - "include": [ - "src/**/*.ts", - "src/**/*.vue", - "src/**/*.json" - ], "compilerOptions": { /* Visit https://aka.ms/tsconfig to read more about this file */ From 0b59136ecf67c6b0294f5c363107b8f2ec6b16ba Mon Sep 17 00:00:00 2001 From: Lenni009 Date: Mon, 5 Aug 2024 01:48:31 +0200 Subject: [PATCH 2/3] add README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5fa462b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# NMS Frigate Calculator + +This app calculates how good a frigate is. + +The calculation is based on the stats, the frigate's traits and the finished expeditions of the frigate. From 76ab528441628a186d8357b5f58d12c92a724baa Mon Sep 17 00:00:00 2001 From: Lenni009 Date: Mon, 5 Aug 2024 10:09:14 +0200 Subject: [PATCH 3/3] rename app --- README.md | 2 +- index.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/App.vue | 2 +- vite.config.ts | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5fa462b..b9ac77c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NMS Frigate Calculator +# Frigate Calculator This app calculates how good a frigate is. diff --git a/index.html b/index.html index 1fa0cf7..a7aa16e 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ content="width=device-width, initial-scale=1" name="viewport" /> - NMS Frigate Calculator + Frigate Calculator