diff --git a/.gitignore b/.gitignore index b1a5e38..20d59b4 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ npm-debug.log yarn-error.log /config.toml +/build/bin/config.toml diff --git a/frontend/package.json b/frontend/package.json index 2ea2ba8..7d19112 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,7 @@ { "name": "wails-app-dock", "version": "0.0.0", + "license": "MIT", "scripts": { "dev": "vite", "build": "run-p type-check build-only", diff --git a/frontend/package.json.md5 b/frontend/package.json.md5 index f6605f0..29c8212 100644 --- a/frontend/package.json.md5 +++ b/frontend/package.json.md5 @@ -1 +1 @@ -2cebb93a499e5e74a2fa3220fcf480b2 \ No newline at end of file +17691e1d827cc40ab9ca3fff6eb7aa05 \ No newline at end of file diff --git a/frontend/src/components/HelloWorld.vue b/frontend/src/components/HelloWorld.vue index 8abc412..e7be0eb 100644 --- a/frontend/src/components/HelloWorld.vue +++ b/frontend/src/components/HelloWorld.vue @@ -1,9 +1,9 @@ diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 8d23599..cbc9b8b 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -5,7 +5,9 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"] - } + }, + "strict": false, + "noImplicitAny": false }, "references": [