You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can run with dev mode, but I cannot run with preview (production) mode. Is there any workaround?
$ make preview
...
building go binary...
run test_program
2023/11/16 11:31:37 open dist/manifest.json: file does not exist
make: *** [Makefile:58: preview] Error 1
But it seems the manifest.json exists.
$ ls -l ./dist/manifest.json
-rw-rw-r-- 1 t2y t2y 412 Nov 16 11:31 ./dist/manifest.json
I tried to run it manually, but it failed.
$ ./test_program -env production -assets ./dist/assets -dist ./dist
2023/11/16 11:33:22 open ./dist/manifest.json: file does not exist
The text was updated successfully, but these errors were encountered:
I can run with dev mode, but I cannot run with preview (production) mode. Is there any workaround?
$ make preview ... building go binary... run test_program 2023/11/16 11:31:37 open dist/manifest.json: file does not exist make: *** [Makefile:58: preview] Error 1
But it seems the manifest.json exists.
I tried to run it manually, but it failed.
The text was updated successfully, but these errors were encountered: