13 lines
1.4 KiB
Plaintext
13 lines
1.4 KiB
Plaintext
uvicorn : INFO: Will watch for changes in these directories: ['D:\\이태훈\\19ProjectMaster\\AICodeTest']
|
|
위치 줄:1 문자:193
|
|
+ ... Continue }; uvicorn server:app --host 0.0.0.0 --port 8000 --reload > ...
|
|
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
+ CategoryInfo : NotSpecified: (INFO: Will ...r\\AICodeTest']:String) [], RemoteException
|
|
+ FullyQualifiedErrorId : NativeCommandError
|
|
|
|
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
|
|
INFO: Started reloader process [22016] using StatReload
|
|
INFO: Started server process [11340]
|
|
INFO: Waiting for application startup.
|
|
INFO: Application startup complete.
|