Skip to content

Commit 5ae5046

Browse files
Merge pull request #188 from Geode-solutions/fix/nuxt_devdep
fix(deps): nuxt in devdependencies
2 parents c3035cd + af309c9 commit 5ae5046

File tree

3 files changed

+55
-3
lines changed

3 files changed

+55
-3
lines changed

composables/upload_file.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
import { useAppConfig } from "nuxt/app"
2-
31
export async function upload_file(
42
{ route, file },
53
{ request_error_function, response_function, response_error_function } = {},
64
) {
7-
console.log("upload_file", route, file)
85
const feedback_store = use_feedback_store()
96
const geode_store = use_geode_store()
107
if (!(file instanceof File)) {

package-lock.json

Lines changed: 54 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"eslint-plugin-vuetify": "^2.5.2",
2121
"happy-dom": "^17.4.6",
2222
"jsdom": "^26.1.0",
23+
"nuxt": "^3.13.2",
2324
"playwright-core": "^1.52.0",
2425
"prettier": "3.3.3",
2526
"resize-observer-polyfill": "^1.5.1",

0 commit comments

Comments
 (0)