fetch and display projects

This commit is contained in:
Takeshi Kimata
2024-02-05 22:34:07 +09:00
parent 7ad22e2891
commit 613f1cf962
4 changed files with 77 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
const Config = {
apiServer: process.env.NEXT_PUBLIC_API_SERVER || 'http://localhost:3001',
};
export default Config;