mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module.exports = {
|
|
publicPath: process.env.NODE_ENV === "production" ? "/dist" : "/",
|
|
};
|