mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 18:47:44 +00:00
Move static assets to dist/ folder
This commit is contained in:
@@ -18,7 +18,7 @@ const ensureSlash = (questionablePath, needsSlash) => {
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
appBuild: resolveApp('server/assets'),
|
||||
appBuild: resolveApp('dist/assets'),
|
||||
appPublic: resolveApp('client/src/public/'),
|
||||
appHtml: resolveApp('client/src/index.html'),
|
||||
appIndex: resolveApp('client/src/javascript/app.tsx'),
|
||||
|
||||
Reference in New Issue
Block a user