假设我有一个文件,.../web/main.dart当我提供应用程序 ( webdev serve web:8080) 时,它将位于其中,localhost:8080/main.dart.js并且其中的包localhost:8080/packages/无论如何都可以将它们移动到localhost:8080/foo/main.dart和localhost/foo/packages/?基本上添加/foo/到所有dartdevc生成的字典中。
假设我有一个文件,.../web/main.dart当我提供应用程序 ( webdev serve web:8080) 时,它将位于其中,localhost:8080/main.dart.js并且其中的包localhost:8080/packages/无论如何都可以将它们移动到localhost:8080/foo/main.dart和localhost/foo/packages/?基本上添加/foo/到所有dartdevc生成的字典中。