Skip to content

Commit 5a070b4

Browse files
committed
fix linter + make proxy work + remove temp files + fix typescript types
1 parent b18d07a commit 5a070b4

9 files changed

+410
-249
lines changed

.eslintrc.js

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ module.exports = {
33
browser: true,
44
},
55
extends: [
6-
"airbnb",
7-
"airbnb/hooks",
86
"plugin:@typescript-eslint/recommended",
97
"plugin:prettier/recommended",
108
],

nitro.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//https://nitro.unjs.io/config
22
export default defineNitroConfig({
33
noPublicDir: true,
4+
srcDir: "./src"
45
});

0 commit comments

Comments
 (0)