$ vi Config/urls.py
from django.http import HttpResponse
path( 'health', lambda r: HttpResponse()),
]
$ curl -i http:///localhost:8000/health
$ cd frontend $ npm install @ducanh2912/next-pwa $ vi next.config.ts<<__EOF__ import withPWAInit from "@ducanh2912/next-pwa"...
0 件のコメント:
コメントを投稿