Skip to content

Commit

Permalink
Add v2 addon and use in engine
Browse files Browse the repository at this point in the history
Running `ember s` from test-app produces an error

```
opcode-compiler.js:196 Uncaught (in promise) Error: Attempted to resolve `dummy-component`, which was expected to be a component, but nothing was found.
```
  • Loading branch information
SergeAstapov committed Apr 2, 2024
1 parent 3761bdd commit 5a5d4f4
Show file tree
Hide file tree
Showing 19 changed files with 1,423 additions and 41 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules/
node_modules/
*.map
Loading

0 comments on commit 5a5d4f4

Please sign in to comment.