mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
set dev config
This commit is contained in:
parent
21a335eec8
commit
a17364b544
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
module.exports = {
|
module.exports = {
|
||||||
transpileDependencies: ["vuetify"],
|
transpileDependencies: ["vuetify"],
|
||||||
publicPath: process.env.NODE_ENV === "production" ? "/" : "",
|
publicPath: process.env.NODE_ENV === "production" ? "/" : "/",
|
||||||
outputDir: process.env.NODE_ENV === "production" ? "./dist" : "../mealie/web",
|
outputDir: process.env.NODE_ENV === "production" ? "./dist" : "../mealie/web",
|
||||||
devServer: {
|
devServer: {
|
||||||
proxy: {
|
proxy: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue