We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nit: dfx new --no-frontend generates an unused _assets folder and canister.
dfx new --no-frontend
crusso@vm:~/random_maze$ dfx --version dfx 0.7.0-beta.6 crusso@vm:~$ dfx new --no-frontend random_maze Fetching manifest https://sdk.dfinity.org/manifest.json Creating new project "random_maze"... crusso@vm:~$ tree random_maze/ random_maze/ ├── dfx.json ├── README.md └── src ├── random_maze │ └── main.mo └── random_maze_assets └── assets └── sample-asset.txt 4 directories, 4 files
The text was updated successfully, but these errors were encountered:
build: niv advisory-db: update 0888b448 -> 802c58bc
c291a3a
## Changelog for advisory-db: Branch: main Commits: [rustsec/advisory-db@0888b448...802c58bc](rustsec/advisory-db@0888b44...802c58b) * [`06a7d1fd`](rustsec/advisory-db@06a7d1f) NULL pointer dereference in stb_image ([RustSec/advisory-db#1647](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1647)) * [`802c58bc`](rustsec/advisory-db@802c58b) Assigned RUSTSEC-2023-0021 to stb_image ([RustSec/advisory-db#1648](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1648))
build: niv advisory-db: update 0888b448 -> 802c58bc (#3029)
a96d097
dfx new
No branches or pull requests
Nit:
dfx new --no-frontend
generates an unused _assets folder and canister.The text was updated successfully, but these errors were encountered: