1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

🔨 Fix frontend not being correctly loaded as a module by IntelliJ

@uni-balu
This commit is contained in:
Stefano Pigozzi 2021-04-25 14:27:58 +02:00
parent edc2c36756
commit 7edde79eed
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

11
code/backend/backend.iml Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/nest_backend" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>