fix: Handle base64 and remote images when creating a file (#5740)
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
"db:rollback": "sequelize db:migrate:undo",
|
||||
"db:reset": "sequelize db:drop && sequelize db:create && sequelize db:migrate",
|
||||
"upgrade": "git fetch && git pull && yarn install && yarn heroku-postbuild",
|
||||
"test": "jest --config=.jestconfig.json --forceExit",
|
||||
"test:app": "jest --config=.jestconfig.json --selectProjects app",
|
||||
"test:shared": "jest --config=.jestconfig.json --selectProjects shared-node shared-jsdom",
|
||||
"test:server": "jest --config=.jestconfig.json --selectProjects server",
|
||||
"test": "TZ=UTC jest --config=.jestconfig.json --forceExit",
|
||||
"test:app": "TZ=UTC jest --config=.jestconfig.json --selectProjects app",
|
||||
"test:shared": "TZ=UTC jest --config=.jestconfig.json --selectProjects shared-node shared-jsdom",
|
||||
"test:server": "TZ=UTC jest --config=.jestconfig.json --selectProjects server",
|
||||
"vite:dev": "vite",
|
||||
"vite:build": "vite build",
|
||||
"vite:preview": "vite preview"
|
||||
|
||||
Reference in New Issue
Block a user